Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpartanJ/eepp
/ isShiftPressed
Method
isShiftPressed
src/eepp/window/input.cpp:364–366 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
362
}
363
364
bool Input::isShiftPressed() const {
365
return ( mInputMod & KEYMOD_SHIFT ) != 0;
366
}
367
368
bool Input::isAltPressed() const {
369
return ( mInputMod & KEYMOD_ALT ) != 0;
Callers
4
updateRecentFolders
Method · 0.80
createAndShowRecentFolderPopUpMenu
Method · 0.80
onMouseClick
Method · 0.80
onMouseDown
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected