1st. thanks to Gideros team for the update.
then,
with the new player 2012.2.2
if i press back button (on android device obviously) the apps do not exit... the only way to exit the apps is the press home button (but the application is not closed it's only minimized)
and i like it or almost :-?
i mean in 2012.2.1 version when i was playing with "GidHelix" sometimes i pressed back button "accidentally" and the game exit ! (and i do not like it)
but i think i would very very useful if we can have an event "BackButton pressed" on Android devices
when user press the back button and decide what to do (ignore or close the app or do something else (like a message box that ask if close or not the apps)).
i know that in iOS devices there is no back button but under Android it's importat to manage
this things in a better way... i think...
my 2 cents.
Ciao Gianluca.
TNT ENGiNE for Gideors Studio - Particle Engine, Virtual Pad, Animator Studio, Collision Engine - DOWNLOAD NOW !!! IT'S FREE!!! -
www.tntengine.com
Comments
Yes now there is. Can you look at the example Hardware/Keyboard?
ops..
sorry..
just missed ...
perfect... as always..
www.tntengine.com
edit: nevermind they both work, the keydown is just dispatched after releasing the button so it updated to keyup too fast to see!
works great on KF =D>
KEY:DOWN is dispatched fine (when you press the button) and key_up when you release the button.
no bug for me.
instead on new samsung galaxy nexus prime the button are software (like Kindle Fire)
anyone has (or can) tested on it ?
www.tntengine.com
main.lua:20: attempt to index global 'KeyCode' (a nil value)
Have I missed something obvious?
Thanks, Pete
and yes it work on emulator too.
www.tntengine.com
!!! no!!! we are equal my post is 12:46 and your 12:46 :P
is there a foto-finish ? :P
ahahah!!!
ciao Gianluca.
www.tntengine.com
Thanks, as ever, Pete
What key on the keyboard acts as the back button?
Website: http://www.castlegateinteractive.com
https://play.google.com/store/apps/developer?id=Castlegate+Interactive
correction...
arrow key works... but i can't find how to emulate back button on gideros emulator! (tested win7 and osx lion).
www.tntengine.com
Website: http://www.castlegateinteractive.com
https://play.google.com/store/apps/developer?id=Castlegate+Interactive
I don't want to map backspace key to back key directly because in fact they are different keys and in the future we're planning to give more support to keyboard.
I can put a preferences windows to the player and here you can map any key to another one. (e.g. search->f1, menu->f2, back->backspace, etc...) This would be more flexible.
http://bugs.giderosmobile.com/issues/79
Website: http://www.castlegateinteractive.com
https://play.google.com/store/apps/developer?id=Castlegate+Interactive