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

Function check_enable

src/inputdevice.cpp:6799–6807  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6797}
6798
6799static void check_enable(int ei)
6800{
6801 iscd32(ei);
6802 isparport(ei);
6803 ismouse(ei);
6804 isdigitalbutton(ei);
6805 isqualifier(ei);
6806 islightpen(ei);
6807}
6808
6809static void scanevents (struct uae_prefs *p)
6810{

Callers 2

inputdevice_uaelibFunction · 0.85
send_input_eventFunction · 0.85

Calls 6

iscd32Function · 0.85
isparportFunction · 0.85
ismouseFunction · 0.85
isdigitalbuttonFunction · 0.85
isqualifierFunction · 0.85
islightpenFunction · 0.85

Tested by

no test coverage detected