Somebody have same problem like me with newest version of urho3d?
If i bind engine’s externalWindow with QWidget->winId() (which is parented with QMainWindow) or wxControl->GetHandle() then GetMouseButtonDown(Urho3D::MOUSEB_LEFT) doesnt work.
If I bind engine’s externalWindow wirh QMainWindow->winId() then GetMouseButtonDown(Urho3D::MOUSEB_LEFT) works.
Not sure with earlier version of urho3d, but I earlier also use wxWidgets and use wxControl (as child window) then GetMouseButtonDown(Urho3D::MOUSEB_LEFT) works, now not working.
(probably externalWindow with wxFrame->GetHandle() will also work (anyway this not tested))
maybe GetMouseButtonDown(Urho3D::MOUSEB_LEFT) not working with all window childrens, only works with main windows???