Implement full multi-touch support using Sunshine protocol extension

This commit is contained in:
Cameron Gutman
2023-06-18 16:02:21 -05:00
parent e42de9d155
commit 2165f56aee
2 changed files with 57 additions and 0 deletions
+2
View File
@@ -110,6 +110,8 @@ private:
void handleAbsoluteFingerEvent(SDL_TouchFingerEvent* event);
void emulateAbsoluteFingerEvent(SDL_TouchFingerEvent* event);
void handleRelativeFingerEvent(SDL_TouchFingerEvent* event);
void performSpecialKeyCombo(KeyCombo combo);