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

Function JOYGET

src/inputdevice.cpp:3754–3760  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3752}
3753
3754uae_u16 JOYGET (int num)
3755{
3756 uae_u16 v;
3757 v = getjoystate (num);
3758 v = dongle_joydat (num, v);
3759 return v;
3760}
3761
3762void JOYSET (int num, uae_u16 dat)
3763{

Callers 1

save_customFunction · 0.85

Calls 2

getjoystateFunction · 0.85
dongle_joydatFunction · 0.85

Tested by

no test coverage detected