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

Function handle_input_event_extra

src/inputdevice.cpp:5889–5892  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5887}
5888
5889static int handle_input_event_extra(int nr, int state, int max, int flags, int extra)
5890{
5891 return handle_input_event2(nr, state, max, flags, extra);
5892}
5893
5894static int handle_input_event(int nr, int state, int max, int flags)
5895{

Callers 1

setmousestateFunction · 0.85

Calls 1

handle_input_event2Function · 0.85

Tested by

no test coverage detected