Skip to contents

Check if a mouse button is NOT being pressed.

Usage

is_mouse_button_up(button)

Arguments

button

An integer.

Value

A logical

Note

This function has been auto-generated from the following Raylib function definition:

bool IsMouseButtonUp(int button);