#include "TZR_joystick.h" bool TZR_JoystickReleased(uint8_t button) { return (TZR_JoystickGetState(button) == TZR_KEYSTATE_RELEASE); }