Send set cursor events whenever there is mouse movement

This is required in order to allow application code to change the cursor
dynamically.

Closes https://github.com/wxWidgets/wxWidgets/pull/1549
This commit is contained in:
Matthew Griffin
2019-09-13 14:50:19 +01:00
committed by Vadim Zeitlin
parent 99bbc523f7
commit f608b340c2
2 changed files with 27 additions and 0 deletions

View File

@@ -168,6 +168,7 @@ public:
static void QtStoreWindowPointer( QWidget *widget, const wxWindowQt *window );
static wxWindowQt *QtRetrieveWindowPointer( const QWidget *widget );
static void QtSendSetCursorEvent(wxWindowQt* win, wxPoint posClient);
#if wxUSE_ACCEL
virtual void QtHandleShortcut ( int command );