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

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