Skip to content

raylib.SetMouseCursor

JoeStrout edited this page Apr 29, 2026 · 2 revisions

Set mouse cursor

Parameters

Parameter Default Value Note
cursor

Return value

None.

Notes

Example

// Show a pointing-hand cursor when hovering a button area
raylib.SetMouseCursor raylib.MOUSE_CURSOR_POINTING_HAND

Clone this wiki locally