summaryrefslogtreecommitdiffstats
path: root/editor/input_event_configuration_dialog.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Refactor `get_event_text` to a static method, remove high deadzone from ↵Eric M2022-11-181-78/+7
| | | | | | | 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.
* Focus EventListener when InputEventConfigurationDialog is opened.Eric M2022-10-141-0/+4
|
* Split `action_map_editor` file into one file per class it contained.Eric M2022-10-061-0/+700
* ActionMapEditor * EventListenerLineEdit * InputEventConfigurationDialog