1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-08-30 07:56:32 -05:00

Refresh controller only when necessary

This commit is contained in:
german
2021-02-02 22:32:45 -06:00
parent c9597af39d
commit d6a0975e5d
2 changed files with 37 additions and 15 deletions

View File

@@ -32,6 +32,7 @@ public:
void BeginMappingButton(std::size_t button_id);
void BeginMappingAnalog(std::size_t button_id);
void EndMapping();
void UpdateInput();
protected:
void paintEvent(QPaintEvent* event) override;