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

Method isShiftPressed

MyGUIEngine/src/MyGUI_InputManager.cpp:672–675  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

670 }
671
672 bool InputManager::isShiftPressed() const
673 {
674 return mIsShiftPressed;
675 }
676
677 bool InputManager::isAltPressed() const
678 {

Callers 13

onKeyButtonPressedMethod · 0.80
onKeyButtonReleasedMethod · 0.80
ToEditCommandFunction · 0.80
onKeyButtonPressedMethod · 0.80
updateSelectTextMethod · 0.80
injectKeyPressMethod · 0.80
moveNewWidgetMethod · 0.80
getCoordNewWidgetMethod · 0.80
notifyChangePositionMethod · 0.80
injectKeyPressMethod · 0.80
notifyChangePositionMethod · 0.80
injectKeyPressMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected