clutter: Add ClutterEventFlag to notify a11y modifier click
Use a Clutter event flag to communicate the the fact that the event is an a11y modifier first click. The accessibility modifiers will require special handling in the input and main threads. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/4217>
This commit is contained in:
parent
84fc62a280
commit
d3a0bbdf52
@ -506,6 +506,7 @@ typedef enum /*< flags prefix=CLUTTER_EVENT >*/
|
||||
CLUTTER_EVENT_FLAG_RELATIVE_MOTION = 1 << 3,
|
||||
CLUTTER_EVENT_FLAG_GRAB_NOTIFY = 1 << 4,
|
||||
CLUTTER_EVENT_FLAG_POINTER_EMULATED = 1 << 5,
|
||||
CLUTTER_EVENT_FLAG_A11Y_MODIFIER_FIRST_CLICK = 1 << 6,
|
||||
} ClutterEventFlags;
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user