MCPcopy Create free account
hub / github.com/MyGUI/mygui / isCaptureMouse

Method isCaptureMouse

MyGUIEngine/src/MyGUI_InputManager.cpp:623–631  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

621 }
622
623 bool InputManager::isCaptureMouse() const
624 {
625 for (int i = MouseButton::Button0; i < MouseButton::MAX; ++i)
626 {
627 if (mMouseCapture[i])
628 return true;
629 }
630 return false;
631 }
632
633 void InputManager::resetKeyFocusWidget()
634 {

Callers 3

notifyEventFrameStartMethod · 0.80
onKeyButtonPressedMethod · 0.80
notifyMouseWheelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected