mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-14 21:28:02 -05:00
citra-qt: release all buttons when render window focus is lost
credit to @Hawkheart for the original idea
This commit is contained in:
@ -38,6 +38,8 @@ public:
|
||||
*/
|
||||
void ReleaseKey(int key_code);
|
||||
|
||||
void ReleaseAllKeys();
|
||||
|
||||
private:
|
||||
std::shared_ptr<KeyButtonList> key_button_list;
|
||||
};
|
||||
|
Reference in New Issue
Block a user