scummvm/backends/keymapper
2024-06-22 06:01:20 +02:00
..
action.cpp
action.h
hardware-input.cpp KEYMAPPER: Add HAT AXIS (DPAD as movement) to hw input 2023-04-04 22:16:24 +03:00
hardware-input.h
input-watcher.cpp
input-watcher.h JANITORIAL: Fix various "an" typos in comments 2023-03-16 14:47:28 +01:00
keymap.cpp KEYMAPPER: const correctness for getActionMapping 2023-12-03 20:16:27 +11:00
keymap.h KEYMAPPER: const correctness for getActionMapping 2023-12-03 20:16:27 +11:00
keymapper-defaults.h KEYMAPPER: Allow multiple inputs bound to a keymap action as defaults (#4830) 2023-03-24 11:28:24 +01:00
keymapper.cpp KEYMAPPER: Add functions to enable/disable keymaps 2023-06-16 16:45:57 +02:00
keymapper.h KEYMAPPER: Add method isEnabled to Common::Keymapper 2024-02-23 18:59:27 -10:00
remap-widget.cpp GUI: KEYMAPPER: Fix small -Wpedantic warning 2024-06-22 06:01:20 +02:00
remap-widget.h GUI: Separate the scroll container from the remap widget 2024-06-14 01:15:12 +02:00
standard-actions.cpp JANITORIAL: Clean up some English language 2024-01-21 00:28:44 +01:00
standard-actions.h COMMON: Mark more symbols as const 2023-12-26 20:23:59 +01:00
virtual-mouse.cpp
virtual-mouse.h