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

Function getqualid

src/inputdevice.cpp:5407–5412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5405
5406
5407static int getqualid (int evt)
5408{
5409 if (evt > INPUTEVENT_SPC_QUALIFIER_START && evt < INPUTEVENT_SPC_QUALIFIER_END)
5410 return evt - INPUTEVENT_SPC_QUALIFIER1;
5411 return -1;
5412}
5413
5414static uae_u64 isqual (int evt)
5415{

Callers 2

isqualFunction · 0.85
checkqualifiersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected