mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 05:50:10 +00:00
Set the key modifier state.
2007-06-03 Richard Hult <richard@imendio.com> * gdk/quartz/gdkevents-quartz.c: (create_crossing_event): Set the key modifier state. svn path=/trunk/; revision=18017
This commit is contained in:
parent
975e7683b8
commit
9daa2554b5
@ -1,3 +1,8 @@
|
||||
2007-06-03 Richard Hult <richard@imendio.com>
|
||||
|
||||
* gdk/quartz/gdkevents-quartz.c: (create_crossing_event): Set the key
|
||||
modifier state.
|
||||
|
||||
2007-06-03 Richard Hult <richard@imendio.com>
|
||||
|
||||
* gdk/quartz/gdkevents-quartz.c: Make pointer grab emulation work a bit
|
||||
|
@ -605,8 +605,9 @@ create_crossing_event (GdkWindow *window,
|
||||
|
||||
event->crossing.mode = mode;
|
||||
event->crossing.detail = detail;
|
||||
/* FIXME: focus */
|
||||
/* FIXME: state, (button state too) */
|
||||
event->crossing.state = get_keyboard_modifiers_from_ns_event (nsevent);
|
||||
|
||||
/* FIXME: focus and button state */
|
||||
|
||||
return event;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user