aboutsummaryrefslogtreecommitdiffstats
path: root/vncviewer/Win32TouchHandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'vncviewer/Win32TouchHandler.h')
-rw-r--r--vncviewer/Win32TouchHandler.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/vncviewer/Win32TouchHandler.h b/vncviewer/Win32TouchHandler.h
index 05039c88..a0554ccd 100644
--- a/vncviewer/Win32TouchHandler.h
+++ b/vncviewer/Win32TouchHandler.h
@@ -35,11 +35,11 @@ class Win32TouchHandler: public BaseTouchHandler {
bool isSinglePan(GESTUREINFO gi);
protected:
- virtual void fakeMotionEvent(const GestureEvent origEvent);
- virtual void fakeButtonEvent(bool press, int button,
- const GestureEvent origEvent);
- virtual void fakeKeyEvent(bool press, int keycode,
- const GestureEvent origEvent);
+ void fakeMotionEvent(const GestureEvent origEvent) override;
+ void fakeButtonEvent(bool press, int button,
+ const GestureEvent origEvent) override;
+ void fakeKeyEvent(bool press, int keycode,
+ const GestureEvent origEvent) override;
private:
void pushFakeEvent(UINT Msg, WPARAM wParam, LPARAM lParam);