MCPcopy 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
364bool Input::isShiftPressed() const {
365 return ( mInputMod & KEYMOD_SHIFT ) != 0;
366}
367
368bool Input::isAltPressed() const {
369 return ( mInputMod & KEYMOD_ALT ) != 0;

Callers 4

updateRecentFoldersMethod · 0.80
onMouseClickMethod · 0.80
onMouseDownMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected