labwc/include/input
Jens Peters 9cf9e129e1 input: move tablet axis members to tablet tool
It doesn't matter much since those are about the combination
of tablet and tablet tool. That said, this feels slightly more
natural.
As a consequence we always create a tablet tool and decide
indirectly via `tablet_get_coords()` and the returning surface
if mouse emulation should be used or not. Now we can also
add a `motion_mode` to the tablet tool which is slightly cleaner.
2025-06-14 13:45:51 +01:00
..
cursor.h cursor: introduce cursor_emulate_axis() 2025-05-07 03:47:37 +09:00
gestures.h Move gesture handling out of cursor.c 2023-10-30 21:14:04 +00:00
ime.h IME: fix stuck Ctrl when pressed Ctrl+F in Firefox with Fcitx5 2025-01-07 19:31:56 +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 Revert "keyboard: include pressed modifiers in bound set" 2024-12-29 16:27:34 +09:00
keyboard.h keyboard: add keyboard_get_all_modifiers() 2025-01-13 06:28:37 +09:00
tablet-pad.h input: move cursor event listeners from tablet to seat 2024-08-13 18:40:34 +02:00
tablet-tool.h input: move tablet axis members to tablet tool 2025-06-14 13:45:51 +01:00
tablet.h input: move tablet axis members to tablet tool 2025-06-14 13:45:51 +01:00
touch.h Make touch depend on cursor to prevent racing 2023-10-30 21:14:04 +00:00