Skip to contents

Check if cursor is not visible.

Usage

is_cursor_hidden()

Value

A logical

Note

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

bool IsCursorHidden(void);

Examples

if (FALSE) {
is_cursor_hidden()
}