Hi All,
I'm working on a small project for coding a TUIO Client for android.
Since TUIO data is send over the network, I can't write a kernel
touchscreen driver.

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

-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

Reply via email to