MCPcopy Create free account
hub / github.com/SpartanJ/eepp / isKeyModPressed

Method isKeyModPressed

src/eepp/window/input.cpp:352–354  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

350}
351
352bool Input::isKeyModPressed() const {
353 return ( mInputMod & KeyMod::getDefaultModifier() ) != 0;
354}
355
356bool Input::isLeftShiftPressed() const {
357 return ( mInputMod & KEYMOD_LSHIFT ) != 0;

Callers 5

onKeyUpMethod · 0.80
onMouseUpMethod · 0.80
onMouseClickMethod · 0.80
checkMouseOverLinkMethod · 0.80
onMessageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected