aboutsummaryrefslogtreecommitdiff
path: root/sources/TZR_JoystickGetState.c
blob: 8357fc6b7e13e5019c462c3ed3025798bf4c158f (plain)
1
2
3
4
5
6
7
#include "TZR_globals.h"

TZR_KeyState
TZR_JoystickGetState(uint8_t button)
{
	return ___tzr_joystates[button];
}