replicant-frameworks_native/include
Dianne Hackborn c968c3a9c7 Implement virtual button support.
The kernel can now publish a property describing the layout of virtual
hardware buttons on the touchscreen.  These outside of the display
area (outside of the absolute x and y controller range the driver
reports), and when the user presses on them a key event will be
generated rather than a touch event.

This also includes a number of tweaks to the absolute controller
processing to make things work better on the new screens.  For
example, we now reject down events outside of the display area.

Still left to be done is the ability to cancel a key down event,
so the user can slide up from the virtual keys to the touch screen
without causing a virtual key to execute.
2009-07-14 18:51:53 -07:00
..
binder new Permission class used to improve permission checks speed (by caching results) 2009-06-15 21:56:51 -07:00
pim auto import from //depot/cupcake/@135843 2009-03-03 19:31:44 -08:00
private implement Mutex and Condition with pthread instead of calling futex directly. 2009-07-13 15:14:23 -07:00
tts Add a virtual destructor to the TtsEngine class. 2009-07-08 16:24:38 -07:00
ui Implement virtual button support. 2009-07-14 18:51:53 -07:00
utils implement Mutex and Condition with pthread instead of calling futex directly. 2009-07-13 15:14:23 -07:00