This old post inspired me: viewtopic.php?f=9&t=10688
Code: Select all
LibFunc>user32,GetCursor,CURSOR_HANDLE,
LibFunc>user32,SetSystemCursor,res,CURSOR_HANDLE,32513
/*
https://learn.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-setsystemcursor
OCR_NORMAL=32512 Normal select
OCR_IBEAM=32513 Text select
OCR_WAIT=32514 Busy
OCR_CROSS=32515 Precision select
OCR_UP=32516 Alternate select
OCR_SIZENWSE=32642 Diagonal resize 1
OCR_SIZENESW=32643 Diagonal resize 2
OCR_SIZEWE=32644 Horizontal resize
OCR_SIZENS=32645 Vertical resize
OCR_SIZEALL=32646 Move
OCR_NO=32648 Unavailable
OCR_HAND=32649 Link select
OCR_APPSTARTING=32650 Working in background
*/