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