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

Function key_winpressed

src/inputdevice.cpp:6356–6359  ·  view source on GitHub ↗

we also handle this key

Source from the content-addressed store, hash-verified

6354}
6355#ifdef AMIBERRY // we also handle this key
6356bool key_winpressed(void)
6357{
6358 return (input_getqualifiers() & ID_FLAG_QUALIFIER_WIN) != 0;
6359}
6360#endif
6361
6362static bool checkqualifiers (int evt, uae_u64 flags, uae_u64 *qualmask, uae_s16 events[MAX_INPUT_SUB_EVENT_ALL])

Callers 1

my_kbd_handlerFunction · 0.85

Calls 1

input_getqualifiersFunction · 0.85

Tested by

no test coverage detected