x11: Add support for touch events
For the time being, we just relay everything we get from the X server to the Clutter application.
This commit is contained in:
@ -5,6 +5,9 @@
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
void _clutter_event_set_pointer_emulated (ClutterEvent *event,
|
||||
gboolean is_emulated);
|
||||
|
||||
/* Reinjecting queued events for processing */
|
||||
void _clutter_process_event (ClutterEvent *event);
|
||||
|
||||
|
Reference in New Issue
Block a user