Skip to contents

Check if cursor is on the screen.

Usage

is_cursor_on_screen()

Value

A logical

Note

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

bool IsCursorOnScreen(void);

Examples

if (FALSE) {
is_cursor_on_screen()
}