Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BlitterStudio/amiberry
/ getbuttonstate
Function
getbuttonstate
src/inputdevice.cpp:3403–3406 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3401
}
3402
3403
static int getbuttonstate (int joy, int button)
3404
{
3405
return (joybutton[joy] & (1 << button)) ? 1 : 0;
3406
}
3407
3408
static int pc_mouse_buttons[MAX_JPORTS];
3409
Callers
5
inputdevice.cpp
File · 0.85
handle_parport_joystick
Function · 0.85
cap_check
Function · 0.85
handle_joystick_buttons
Function · 0.85
handle_joystick_potgor
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected