27 #ifndef INCLUDED_SYSDEP_CURSOR
28 #define INCLUDED_SYSDEP_CURSOR
74 #endif // #ifndef INCLUDED_SYSDEP_CURSOR
Status sys_cursor_create(int w, int h, void *bgra_img, int hx, int hy, sys_cursor *cursor)
Create a cursor from the given color image.
Status sys_cursor_reset()
reset any cached cursor data.
Status sys_cursor_create_empty(sys_cursor *cursor)
Create a transparent cursor (used to hide the system cursor).
i64 Status
Error handling system.
Status sys_cursor_set(sys_cursor cursor)
override the current system cursor.
Status sys_cursor_free(sys_cursor cursor)
destroy the indicated cursor and frees its resources.