mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 19:55:46 +00:00
Make settings controller image change with controller input
This commit is contained in:
parent
f41e6fba60
commit
93ac87f29e
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