Toggle game mode

This commit is contained in:
Matthew McClaskey
2022-05-03 17:30:12 +00:00
parent d829572a9c
commit 774a61ace7
9 changed files with 91 additions and 10 deletions

View File

@@ -93,7 +93,7 @@ public:
const char* rejectMsg=0);
// rfb::SDesktop callbacks
virtual void pointerEvent(const rfb::Point& pos, int buttonMask,
virtual void pointerEvent(const rfb::Point& pos, const rfb::Point& abspos, int buttonMask,
const bool skipClick, const bool skipRelease, int scrollX = 0, int scrollY = 0);
virtual void keyEvent(rdr::U32 keysym, rdr::U32 keycode, bool down);
virtual unsigned int setScreenLayout(int fb_width, int fb_height,