I was wandering in the documentation and found some strange keycodes. What are those :
KeyCode.BACK, KeyCode.CENTER, KeyCode.L1, KeyCode.MENU, KeyCode.R1, KeyCode.SEARCH, KeyCode.SELECT, KeyCode.START
Also, how do I check for Return/Enter, Space and Escape keys? Are there any keycode for those?
What about non alphanumeric characters like "." or ":"?
As a final minor note, the KeyCode.R section is missing.
Comments
https://play.google.com/store/apps/developer?id=razorback456
мій блог по гідерос https://simartinfo.blogspot.com
Слава Україні!
2."Also, how do I check for Return/Enter, Space and Escape keys? Are there any keycode for those?
What about non alphanumeric characters like "." or ":"?" --see my example above
https://shikargar.files.wordpress.com/2010/10/keycodes.png
https://play.google.com/store/apps/developer?id=razorback456
мій блог по гідерос https://simartinfo.blogspot.com
Слава Україні!
Do those buttons work on Event.KEY_DOWN or Event.MOUSE_DOWN?
Thanks.
Does the keyboard mapping works with french or other azerty keyboards?
Also, it means that for non constant defined keys, I'll have to use the realCode property instead of the keyCode one. Am I right?
also be aware that these register the keys and so e.g. lowercase/uppercase have the same realCode.
Fragmenter - animated loop machine and IKONOMIKON - the memory game
No
https://play.google.com/store/apps/developer?id=razorback456
мій блог по гідерос https://simartinfo.blogspot.com
Слава Україні!
https://play.google.com/store/apps/developer?id=razorback456
мій блог по гідерос https://simartinfo.blogspot.com
Слава Україні!
https://deluxepixel.com
Likes: SinisterSoft