GP2X keys
Posted: Mon Aug 13, 2007 6:16 pm
I'm having real problems coding key down events for GP2X keys. The problem is I can't have an event for specific GP2X keys because I can't press the keys. So I have to have an any key event with IF statements to carry out certain events depending on which keys are pressed. However this is causing problems with commands being carried out twice when more than one key is pressed. So I'm wondering if there is any way to create a key down event for specific GP2X keys?