#include "TZR_keystate.h" bool TZR_IsKeyPressed(int scancode) { return (TZR_GetKeyState(scancode) == TZR_KEYSTATE_PRESS); }