git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63433
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
y = pt.y;
ScreenToClient(&x, &y);
wxSetCursorEvent event(x, y);
y = pt.y;
ScreenToClient(&x, &y);
wxSetCursorEvent event(x, y);
+ event.SetId(GetId());
+ event.SetEventObject(this);
bool processedEvtSetCursor = HandleWindowEvent(event);
if ( processedEvtSetCursor && event.HasCursor() )
bool processedEvtSetCursor = HandleWindowEvent(event);
if ( processedEvtSetCursor && event.HasCursor() )