aboutsummaryrefslogtreecommitdiff
path: root/headers/TZR_keystate.h
blob: 978de6a622d6c7c389e509da9a79d3030d6b2f05 (plain)
1
2
3
4
5
6
7
8
#pragma once
#include "TZR_types.h"

TZR_KeyState TZR_GetKeyState(int scancode);
bool TZR_IsKeyDown(int scancode);
bool TZR_IsKeyUp(int scancode);
bool TZR_IsKeyReleased(int scancode);
bool TZR_IsKeyPressed(int scancode);