Make settings controller image change with controller input
This commit is contained in:
parent
61bf850f3d
commit
481cd86722
31 changed files with 2076 additions and 96 deletions
|
@ -106,7 +106,7 @@ private:
|
|||
void LoadConfiguration();
|
||||
|
||||
/// Called when the button was pressed.
|
||||
void HandleClick(QPushButton* button,
|
||||
void HandleClick(QPushButton* button, std::size_t button_id,
|
||||
std::function<void(const Common::ParamPackage&)> new_input_setter,
|
||||
InputCommon::Polling::DeviceType type);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue