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

Function send_input_event

src/inputdevice.cpp:5899–5903  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5897}
5898
5899int send_input_event (int nr, int state, int max, int autofire)
5900{
5901 check_enable(nr);
5902 return handle_input_event(nr, state, max, autofire ? HANDLE_IE_FLAG_AUTOFIRE : 0);
5903}
5904
5905static void inputdevice_checkconfig (void)
5906{

Callers

nothing calls this directly

Calls 2

check_enableFunction · 0.85
handle_input_eventFunction · 0.85

Tested by

no test coverage detected