Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-18 | Refactor `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-14 | Focus EventListener when InputEventConfigurationDialog is opened. | Eric M | |
2022-10-06 | Split `action_map_editor` file into one file per class it contained. | Eric M | |
* ActionMapEditor * EventListenerLineEdit * InputEventConfigurationDialog |