#include "TZR_keystate.h" bool TZR_IsKeyReleased(int scancode) { if (TZR_GetKeyState(scancode) == TZR_KEYSTATE_RELEASE) return true; return false; }