- create-system-cursor enumprocedure
- create-system-cursor* enumprocedure
enum must be a system cursor symbol or equivalent integer. See SDL_CreateSystemCursor.
- create-system-cursor returns a memory-managed sdl2:cursor.
- create-system-cursor* returns an unmanaged sdl2:cursor, which should be freed with free-cursor! when you are done with it.
Requires sdl2 egg 0.4.0 or higher.