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?
Thanks. I did try this but the remapped keys didn't work on the GP2X. I created a new project from scratch and created events using the default GP2X remapped keys and it worked Oh well, at least it works now. Cheers