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

Function is_joystick_pullup

src/inputdevice.cpp:3836–3839  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3834}
3835
3836static bool is_joystick_pullup (int joy)
3837{
3838 return joymodes[joy] == JSEM_MODE_GAMEPAD;
3839}
3840static bool is_mouse_pullup (int joy)
3841{
3842 return mouse_pullup;

Callers 1

cap_checkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected