Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
onKeyButtonPressed
Method · 0.80
onKeyButtonReleased
Method · 0.80
ToEditCommand
Function · 0.80
injectKeyPress
Method · 0.80
injectKeyPress
Method · 0.80
notifyListChangePosition
Method · 0.80
injectKeyPress
Method · 0.80
injectKeyPress
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected