int key= getKeyStates();
if ((key & UP_PRESSED) != 0) {
// code
}
My intellisense shows more options like GAME_A_PRESSED, GAME_B_PRESSED, GAME_C_PRESSED, GAME_D_PRESSED and FIRE_PRESSED. Should I be able to test those keys in the NetBeans emulator? Or do I have to run it on the actual phone (which I don't have atm.) ?
Thanks in advance

New Topic/Question
Reply


MultiQuote




|