Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpartanJ/eepp
/ isAltPressed
Method
isAltPressed
src/eepp/window/input.cpp:368–370 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
366
}
367
368
bool Input::isAltPressed() const {
369
return ( mInputMod & KEYMOD_ALT ) != 0;
370
}
371
372
bool Input::isLeftAltPressed() const {
373
return ( mInputMod & KEYMOD_LALT ) != 0;
Callers
1
input
Method · 0.80
Calls
no outgoing calls
Tested by
1
input
Method · 0.64