Check if a gamepad button is NOT being pressed.
Note
This function has been auto-generated from the following Raylib function definition:
bool IsGamepadButtonUp(int gamepad, int button);See also
Other gamepad functions:
get_gamepad_axis_count(),
get_gamepad_axis_movement(),
get_gamepad_button_pressed(),
get_gamepad_name(),
is_gamepad_available(),
is_gamepad_button_down(),
is_gamepad_button_pressed(),
is_gamepad_button_released(),
set_gamepad_mappings()
