aboutsummaryrefslogtreecommitdiff
path: root/sources/TZR_GetKeyState.c
blob: 845c3593b4bd4423afce72e8da34d0f4adfce868 (plain)
1
2
3
4
5
6
7
8
#include "TZR_keystate.h"
#include "TZR_globals.h"

TZR_KeyState
TZR_GetKeyState(int scancode)
{
	return ___tzr_keystates[scancode];
}