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:
committed by
Vadim Zeitlin
parent
99bbc523f7
commit
f608b340c2
@@ -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 );
|
||||
|
Reference in New Issue
Block a user