Implement wxGestureEvent support for wxQt

Do it generically in wxWindow and also provide a special version for
wxGLCanvas for which the standard implementation doesn't work well.
This commit is contained in:
dsr
2021-01-25 21:44:17 -05:00
committed by Vadim Zeitlin
parent 7cd90e5b82
commit a3d58dadd9
4 changed files with 330 additions and 0 deletions

View File

@@ -221,6 +221,7 @@ protected:
// itself.
virtual QWidget* QtGetParentWidget() const { return GetHandle(); }
virtual bool EnableTouchEvents(int eventsMask) wxOVERRIDE;
QWidget *m_qtWindow;