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

Method isControlPressed

MyGUIEngine/src/MyGUI_InputManager.cpp:667–670  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

665 }
666
667 bool InputManager::isControlPressed() const
668 {
669 return mIsControlPressed;
670 }
671
672 bool InputManager::isShiftPressed() const
673 {

Callers 8

onKeyButtonPressedMethod · 0.80
onKeyButtonReleasedMethod · 0.80
ToEditCommandFunction · 0.80
injectKeyPressMethod · 0.80
injectKeyPressMethod · 0.80
injectKeyPressMethod · 0.80
injectKeyPressMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected