#include "TZR_mouse.h" bool TZR_MouseReleased(uint8_t button) { return (TZR_MouseGetState(button) == TZR_KEYSTATE_RELEASE); }