MCPcopy Create free account
hub / github.com/BlitterStudio/amiberry / key_shiftpressed

Function key_shiftpressed

src/inputdevice.cpp:6343–6346  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6341 return (input_getqualifiers() & ID_FLAG_QUALIFIER_SPECIAL) != 0;
6342}
6343bool key_shiftpressed(void)
6344{
6345 return (input_getqualifiers() & ID_FLAG_QUALIFIER_SHIFT) != 0;
6346}
6347bool key_altpressed(void)
6348{
6349 return (input_getqualifiers() & ID_FLAG_QUALIFIER_ALT) != 0;

Callers 1

my_kbd_handlerFunction · 0.85

Calls 1

input_getqualifiersFunction · 0.85

Tested by

no test coverage detected