mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-17 14:11:33 +00:00
Fix input bugs from the C++ transistion and implement special key combo stubs
This commit is contained in:
@@ -20,6 +20,8 @@ class SdlInputHandler
|
||||
public:
|
||||
explicit SdlInputHandler(bool multiController);
|
||||
|
||||
~SdlInputHandler();
|
||||
|
||||
void handleKeyEvent(SDL_KeyboardEvent* event);
|
||||
|
||||
void handleMouseButtonEvent(SDL_MouseButtonEvent* event);
|
||||
|
||||
Reference in New Issue
Block a user