Commit graph

18 commits

Author SHA1 Message Date
Jean-Philip Desjardins
666c30c495 Add support for configuring 4 pads. 2025-02-14 17:23:20 -05:00
Jean-Philip Desjardins
bf72162c0f Reorder things a bit + add some comments.
Fixes another crash that can occur when quitting the app.
2023-11-09 16:46:00 -05:00
Jean-Philip Desjardins
f513e7c609 Reorder things a bit.
Fixes one crash that can occur when quitting the app.
2023-11-06 14:19:25 -05:00
Mahmood - Zer0xFF
a0c9e9f5e4 cleanup CMotorBinding, timeout vibration after 1 seconds 2023-10-31 20:47:26 +00:00
Mahmood - Zer0xFF
aa65d4ae0b Allow configuring haptic feedback device 2023-10-31 19:50:37 +00:00
Mahmood - Zer0xFF
3dc829b45b Allow iterating through avalible devices, right now, its limited to gamepad, since the current use case is vibration support 2023-10-31 19:50:37 +00:00
Mahmood - Zer0xFF
433daf85a0 Prepare CMotorBinding 2023-10-31 19:50:37 +00:00
Mahmood - Zer0xFF
da99f5ebeb update typedef references in CInputBindingManager to 'using' 2023-10-30 22:01:44 +00:00
Mahmood - Zer0xFF
b0d8041038 use signals for CInputProvider::OnInput 2023-10-26 14:44:55 +01:00
Mahmood - Zer0xFF
cfbb573495 replace typedef with using in CInputBindingManager 2023-10-26 11:27:45 +01:00
Jean-Philip Desjardins
bc27c2c46f Add shortcut to clear input bindings. 2023-10-12 10:13:32 -04:00
Jean-Philip Desjardins
2392193fe4 Add analog sensitivity configuration. 2023-04-27 11:47:54 -04:00
Mahmood - Zer0xFF
cce77fc4ab initial Gamepad profiles support 2020-02-25 18:47:50 +00:00
Jean-Philip Desjardins
ef18ed1fa9 Code style fixes. 2018-11-30 12:23:31 -05:00
Jean-Philip Desjardins
d0103dfcd4 Add support for more than 1 pad config. 2018-11-30 12:23:29 -05:00
Jean-Philip Desjardins
d498a0ac0c Make some definitions private. 2018-11-30 12:23:29 -05:00
Jean-Philip Desjardins
34f1a4b812 Reduce number of preferences used for input bindings. 2018-11-30 12:23:29 -05:00
Jean-Philip Desjardins
75ba6f5256 Major reshuffling of input handling code. Still WIP.
Goals:
- Make InputBindingManager platform independant.
- Make Qt input configurator work without knowing which type of input system is being used.
- Add support for more than 1 pad.
2018-11-30 12:23:28 -05:00
Renamed from Source/ui_unix/InputBindingManager.h (Browse further)