Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ isAltPressed
Method
isAltPressed
MyGUIEngine/src/MyGUI_InputManager.cpp:677–680 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
675
}
676
677
bool InputManager::isAltPressed() const
678
{
679
return mIsAltPressed;
680
}
681
682
bool InputManager::isMetaPressed() const
683
{
Callers
1
ToEditCommand
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected