You can change the cursor with the cursor
function.
cursor("cursorId");
Replace cursorId
with one of the cursor keywords listed on this page. I personally recommend setting the cursor to default
at the start of the draw loop and changing it to something else when necessary.