configure_input_player: Show/hide motion buttons based on the controller

This commit is contained in:
Morph
2020-09-02 12:33:37 -04:00
committed by german
parent df3cbd4758
commit 8e18b61972
3 changed files with 141 additions and 103 deletions

View File

@ -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();