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