posted 15 years ago
And i also have a problem in keyPressed. I'm writing a calculator run on mobile, and when i want to catch the key-up pressed event, i found out there're no keycode for that event. There are KEY_NUM0, KEY_NUM1... but no KEY_UP, KEY_DOWN, KEY_LEFT, KEY_RIGHT and KEY_SELECT (the key at the center). I tried to use the UP, DOWN,... in game action but it didn't work. Thanks for any help, especially if there are code for example.