MCPcopy 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
372bool Input::isLeftAltPressed() const {
373 return ( mInputMod & KEYMOD_LALT ) != 0;
374}
375
376bool Input::isAltGrPressed() const {
377 return ( mInputMod & KEYMOD_RALT ) != 0;

Callers 1

isValidTextInputEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected