BigJay
| New York USA
Well I got the 2.7 update and immediately started writing flash tools to figure out what flash sees
well for any flash programmers out there I made a quick flash test program and the only keys flash sees are the arrow keys.
their key.getCodes are 38 for up
37 and 39 for left and right
40 for down
The really odd thing is that getAscii returns nothing. So far I have not got a game to read the buttons which may be because of a lack of ascii codes. I'll experiment more today and start posting my flash testing files
The X is tracked as a mouse button.down but it ignores the rest of the buttons, which is to be expected.
With this info in hand if I can modify any games to reconize these keys they will work on the PSP although the codes don't map to keyboard keys so it won't work on a computer.
well for any flash programmers out there I made a quick flash test program and the only keys flash sees are the arrow keys.
their key.getCodes are 38 for up
37 and 39 for left and right
40 for down
The really odd thing is that getAscii returns nothing. So far I have not got a game to read the buttons which may be because of a lack of ascii codes. I'll experiment more today and start posting my flash testing files
The X is tracked as a mouse button.down but it ignores the rest of the buttons, which is to be expected.
With this info in hand if I can modify any games to reconize these keys they will work on the PSP although the codes don't map to keyboard keys so it won't work on a computer.
+