Set mouse cursor.
Note
This function has been auto-generated from the following Raylib function definition:
SetMouseCursor(int cursor); void
See also
Other mouse functions:
get_mouse_delta()
,
get_mouse_position()
,
get_mouse_wheel_move()
,
get_mouse_x()
,
get_mouse_y()
,
is_mouse_button_down()
,
is_mouse_button_pressed()
,
is_mouse_button_released()
,
is_mouse_button_up()
,
set_mouse_offset()
,
set_mouse_position()
,
set_mouse_scale()
Other cursor functions:
disable_cursor()
,
enable_cursor()
,
hide_cursor()
,
is_cursor_hidden()
,
is_cursor_on_screen()
,
show_cursor()