DRAFT |
SDL_CreateSystemCursor
Use this function to create a system cursor.
Contents
Syntax
SDL_Cursor* SDL_CreateSystemCursor(SDL_SystemCursor id)
Function Parameters
id |
a system cursor enum value |
Return Value
Returns a cursor on success or NULL on failure; call SDL_GetError() for more information.
Code Examples
You can add your code example here
Remarks
You can add useful comments here
Version
This function is available since SDL 2.0.0.
