#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);