GNOME Bugzilla – Bug 597735
Deal with unknown flags from ClutterEvent.get_state()
Last modified: 2009-10-07 21:26:04 UTC
When we get a ClutterModifierType from Clutter, it might contain bits not in the enumeration. See bug 59771 for a similar problem with GdkModifierType. Add a wrapper Shell.get_event_state() around clutter_event_get_state() to mask these bits out and only return approved bits.
Created attachment 144993 [details] [review] Deal with unknown flags from ClutterEvent.get_state()
Attachment 144993 [details] pushed as ff39edd - Deal with unknown flags from ClutterEvent.get_state()