gtk/docs/reference
Matthias Clasen 0a96a483c6 gdk: Redo key events
Add all of the keyboard translation results in the key event,
so we can translate the keyboard state at the time the event
is created, and avoid doing state translation at match time.

We actually need to carry two sets of translation results,
since we ignore CapsLock when matching accelerators, in
gdk_event_matches().

At the same time, drop the scancode field - it is only ever
set on win32, and is basically unused in GTK.

Update all callers.
2020-04-06 15:13:54 -04:00
..
gdk gdk: Redo key events 2020-04-06 15:13:54 -04:00
gsk gsk: Update docs sections 2020-02-08 19:40:56 -05:00
gtk Add gdk_event_matches 2020-04-05 23:37:13 -04:00
meson.build Add gtk-doc as a subproject 2020-01-29 09:39:21 +01:00