Hello,

I am trying to make a custom Bluetooth device to comply with a HID
profile so that my tablet can recognize it as a keyboard & mouse
combo. I've come up with a neat way to organize the keys and custom
joysticks, and I thus need custom support for this device. (Each hand
gets a joystick & 18 keys)

At this moment I can poll the device, block until a key is pressed
through a custom IME. I have been researching on how to simulate a
simple mouse click and eventually the goal is to use the custom
joysticks to move the pointer across the screen.

I have my custom IME running in the background and it can send
KeyEvent's no problem, however, a mouse click seems to be virtually
impossible.

How can add full support to my custom hardware so that mouse and
keyboard work together?

Thank you,
Dritan

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to