labwc/src/input
Andrew J. Hesford 7eae03117e fix: fall-through to default cursor in cursor_get_from_edge()
When assertions are disabled, providing an unexpected input to
cursor_get_from_edge will cause the non-void function to terminate
without a return value. This may be effectively unreachable in practice.
However, returning a default cursor as a fall-through case will both
silence a compiler warning and prevent catastrophy should the function
ever be called with a permitted value.
2023-12-16 20:11:05 +00:00
..
cursor.c fix: fall-through to default cursor in cursor_get_from_edge() 2023-12-16 20:11:05 +00:00
gestures.c Move gesture handling out of cursor.c 2023-10-30 21:14:04 +00:00
input.c Move input handler init() and finish() functions to input/input.c 2023-10-30 21:14:04 +00:00
key-state.c key-state.c: add logging for 'pressed-sent' 2023-11-18 14:17:25 +00:00
keyboard.c keyboard: allow back by arrow-up or arrow-left in cycle view OSD 2023-11-30 22:39:01 +00:00
meson.build Move input handler init() and finish() functions to input/input.c 2023-10-30 21:14:04 +00:00
touch.c Make touch depend on cursor to prevent racing 2023-10-30 21:14:04 +00:00