adding the GetEventHandler() indirection
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58581 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
e1f833da2a
commit
16519fd473
@ -894,7 +894,7 @@ void* wxJoystickThread::Entry()
|
||||
wxevent.SetEventObject(pThis->m_catchwin);
|
||||
|
||||
if (pThis->m_catchwin)
|
||||
pThis->m_catchwin->AddPendingEvent(wxevent);
|
||||
pThis->m_catchwin->GetEventHandler()->AddPendingEvent(wxevent);
|
||||
|
||||
ret = (*m_hid->GetQueue())->getNextEvent(m_hid->GetQueue(),
|
||||
&hidevent, bogustime, 0);
|
||||
|
Loading…
Reference in New Issue
Block a user