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

Function key_specialpressed

src/inputdevice.cpp:6339–6342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6337}
6338
6339bool key_specialpressed(void)
6340{
6341 return (input_getqualifiers() & ID_FLAG_QUALIFIER_SPECIAL) != 0;
6342}
6343bool key_shiftpressed(void)
6344{
6345 return (input_getqualifiers() & ID_FLAG_QUALIFIER_SHIFT) != 0;

Callers 2

inputdevice_testrecordFunction · 0.85
my_kbd_handlerFunction · 0.85

Calls 1

input_getqualifiersFunction · 0.85

Tested by

no test coverage detected