iPad Keyboard Events
Hi,
I'm looking to test out the possibility of making an air game for iPad where you can use traditional keyboard controls if you have the ipad keyboard dock, or bluetooth keyboard. e.g arrows / space bar
I've tried using:
NativeApplication.nativeApplication.addEventListener(KeyboardEvent.KEY_DOWN...
but pressing keys on paired keyboard doesn't fire any events within the app. Does anyone know if I could build a native extention to help me respond to key events?
Many Thanks
Rich
