mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 19:55:46 +00:00
configure_input_player: Show/hide motion buttons based on the controller
This commit is contained in:
parent
a04a7174c7
commit
4c09c78391
3 changed files with 141 additions and 103 deletions
|
@ -107,6 +107,9 @@ private:
|
|||
/// Hides and disables controller settings based on the current controller type.
|
||||
void UpdateControllerAvailableButtons();
|
||||
|
||||
/// Shows or hides motion groupboxes based on the current controller type.
|
||||
void UpdateMotionButtons();
|
||||
|
||||
/// Gets the default controller mapping for this device and auto configures the input to match.
|
||||
void UpdateMappingWithDefaults();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue