labwc/include/input
John Lindgren 98bf316ee6 keyboard: include pressed modifiers in bound set
This prevents applications from seeing and handling the release event
for a modifier key that was part of a keybinding (e.g. Firefox displays
its menu bar for a lone Alt press + release).
2023-11-12 17:37:30 +00:00
..
cursor.h Move input related source files into src/input/ 2023-10-30 21:14:04 +00:00
gestures.h Move gesture handling out of cursor.c 2023-10-30 21:14:04 +00:00
input.h Move input handler init() and finish() functions to input/input.c 2023-10-30 21:14:04 +00:00
key-state.h keyboard: include pressed modifiers in bound set 2023-11-12 17:37:30 +00:00
keyboard.h keyboard: allow applying keyboard layout per window 2023-11-04 07:58:43 +00:00
touch.h Make touch depend on cursor to prevent racing 2023-10-30 21:14:04 +00:00