mirror of
https://github.com/brl/mutter.git
synced 2025-08-01 14:15:30 +00:00
gesture-action: Add clutter_gesture_action_get_last_event()
Export the last event received for each touch point in its entirety, instead of duplicating ClutterEvent accessors one at a time. examples/pan-action.c has been updated to show the type of the event that's causing the panning. https://bugzilla.gnome.org/show_bug.cgi?id=685737
This commit is contained in:
@@ -2940,6 +2940,7 @@ clutter_snap_constraint_get_type
|
||||
ClutterGestureAction
|
||||
ClutterGestureActionClass
|
||||
clutter_gesture_action_new
|
||||
clutter_gesture_action_get_last_event
|
||||
clutter_gesture_action_get_press_coords
|
||||
clutter_gesture_action_get_motion_coords
|
||||
clutter_gesture_action_get_motion_delta
|
||||
|
Reference in New Issue
Block a user