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

Method isAltPressed

src/eepp/window/input.cpp:368–370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

366}
367
368bool Input::isAltPressed() const {
369 return ( mInputMod & KEYMOD_ALT ) != 0;
370}
371
372bool Input::isLeftAltPressed() const {
373 return ( mInputMod & KEYMOD_LALT ) != 0;

Callers 1

inputMethod · 0.80

Calls

no outgoing calls

Tested by 1

inputMethod · 0.64