Using a Bluetooth 3.0 presenter with AIR
I have a Satechi aluminum wireless presenter pointer remote, which uses Bluetooth 3.0.
The device acts as a remote keyboard, sending left and right arrow key code events to advance a slide show ie. Powerpoint.
I've searched through the forums but there doesn't seem to be any way to connect to, or listen to this device in AIR when running on my iPad (iOS device).
Have tried
- GameInput api; numDevices = 0
- StageText instance to capture keyboard input, but this doesn't trigger events for the left/right arrow keys which the remote produces.
I see there is Bluetooth LE ANE available, but I can't use that for this device.
I wasn't sure if I was just missing something obvious... is there a way to do this?
Thank you!
