It looks like you're new here. If you want to get involved, click one of these buttons!
kussakov
Member
stage:addEventListener(Event.KEY_UP, function (event) print("UP:"..event.keyCode) end ) stage:addEventListener(Event.KEY_DOWN, function (event) print("DOWN:"..event.keyCode) end ) |
Likes: MoKaLux
Comments
Results:
KEY_DOWN:301
KEY_UP:301
KEY_DOWN:301
KEY_UP:301
Could be android 13 related?
Likes: MoKaLux
Likes: MoKaLux
I mean when I clone the repo how do I build Gideros from the source code on Mac?
But, if you just want to test the patch from the back key, you can just do a regular android export (not apk), and change the relevant java lines in android studio.
A 2023.6.1 version is also in preparation, but I'd like to fix your other issue (related to GTween) before.
Likes: MoKaLux