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

Function setqualifiers

src/inputdevice.cpp:6416–6425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6414}
6415
6416static void setqualifiers (int evt, int state)
6417{
6418 uae_u64 mask = isqual (evt);
6419 if (!mask)
6420 return;
6421 if (state)
6422 qualifiers |= mask;
6423 else
6424 qualifiers &= ~mask;
6425}
6426
6427static uae_u64 getqualmask (uae_u64 *qualmask, struct uae_input_device *id, int num, bool *qualonly)
6428{

Callers 2

setbuttonstateallFunction · 0.85

Calls 1

isqualFunction · 0.85

Tested by

no test coverage detected