summaryrefslogtreecommitdiff
path: root/editor/input_event_configuration_dialog.cpp
AgeCommit message (Collapse)Author
2022-11-18Refactor `get_event_text` to a static method, remove high deadzone from ↵Eric M
event configuration. * `get_event_text` and `get_device_string` are now static methods (they always could have been) * Applied 90% deadzone on joypad motion inputs in the configurator had the effect of ignoring most joypad motion inputs. Low ones do not need to be filtered out as JoypadMotion is only considered 'pressed' if it as above 50% strength - and that works well.
2022-10-14Focus EventListener when InputEventConfigurationDialog is opened.Eric M
2022-10-06Split `action_map_editor` file into one file per class it contained.Eric M
* ActionMapEditor * EventListenerLineEdit * InputEventConfigurationDialog