Page 1 of 1

GP2X keys

PostPosted: Mon Aug 13, 2007 6:16 pm
by motorollin
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?

PostPosted: Mon Aug 13, 2007 7:19 pm
by makslane
Use the normal PC keys and configure the GP2X keys in the 'Game Properties' panel.

PostPosted: Mon Aug 13, 2007 7:43 pm
by motorollin
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 :D