aboutsummaryrefslogtreecommitdiffstats
path: root/vncviewer/XInputTouchHandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'vncviewer/XInputTouchHandler.h')
-rw-r--r--vncviewer/XInputTouchHandler.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/vncviewer/XInputTouchHandler.h b/vncviewer/XInputTouchHandler.h
index 6360b974..897c55ae 100644
--- a/vncviewer/XInputTouchHandler.h
+++ b/vncviewer/XInputTouchHandler.h
@@ -39,13 +39,13 @@ class XInputTouchHandler: public BaseTouchHandler, GestureHandler {
const XIDeviceEvent* origEvent);
void preparePointerEvent(XEvent* dst, const GestureEvent src);
- 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;
- virtual void handleGestureEvent(const GestureEvent& event);
+ void handleGestureEvent(const GestureEvent& event) override;
private:
void pushFakeEvent(XEvent* event);