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

Function isqual

src/inputdevice.cpp:5414–5420  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5412}
5413
5414static uae_u64 isqual (int evt)
5415{
5416 int num = getqualid (evt);
5417 if (num < 0)
5418 return 0;
5419 return ID_FLAG_QUALIFIER1 << (num * 2);
5420}
5421
5422static int handle_input_event2(int nr, int state, int max, int flags, int extra)
5423{

Callers 3

handle_input_event2Function · 0.85
setqualifiersFunction · 0.85
getqualmaskFunction · 0.85

Calls 1

getqualidFunction · 0.85

Tested by

no test coverage detected