My Problem is that I have to translate events from outside the Android
Device into Input Events.
As far as I know the chain downwards is:
User space:
InputDeviceReader (KeyInputQueue.java)
<== android_server_KeyInputQueue_readEvent
(com_android_server_keyInputQueue.cpp)
<== EventHub::getEvent (EventHub.cpp)
<== /dev/input/eventX
Kernel space:
Input event device <== Touchscreen driver
My Question is how I can hook into this line to translate my input
events, preferably in the userspace?
Thanks for help and greetings from germany
HTH,
b.g.
b.g.
Can I use the NDK for the userspace development too?
Thanks for help =)