So, I am building an app using phonegap (basically a webpage so it uses the built in browser). I am using javascript to detect inputs and unfortunately only a few things actually make it to the page as key codes.
The left joystick directions make it in as the arrow keys
the dpad makes it in as the arrow keys
tapping the touchpad makes it in as a left click
and moving the touchpad obviously shows the mouse
For now I can just use the arrow directions, but at some point I would love to be able to use at least one face button :P
Any else using PhoneGap with their OUYA and experience the same thing? Anyone have tips?
Comments