Input: improve MMJOY settings dialog / change threshold behaviour

This commit is contained in:
Unknown 2017-12-01 14:21:27 +01:00 committed by Ivan
parent a285409f59
commit 6891371a79
10 changed files with 121 additions and 66 deletions

View file

@ -247,7 +247,7 @@ public:
bool bindPadToDevice(std::shared_ptr<Pad> pad, const std::string& device) override;
void ThreadProc() override;
void Close();
void GetNextButtonPress(const std::string& padId, const std::function<void(u16, std::string, int[])>& callback, bool get_blacklist = false) override;
void GetNextButtonPress(const std::string& padId, const std::function<void(u16, std::string, int[])>& callback, bool get_blacklist = false, std::vector<std::string> buttons = {}) override;
void TestVibration(const std::string& padId, u32 largeMotor, u32 smallMotor) override;
private: