#pragma section-numbers off #pragma camelcase off || DRAFT|| = SDL_GetCursor = Use this function to get the active cursor. <> == Syntax == {{{#!highlight cpp SDL_Cursor* SDL_GetCursor(void) }}} == Return Value == Returns the active cursor or NULL if there is no mouse. == Code Examples == {{{#!highlight cpp You can add your code example here }}} == Remarks == This function returns a pointer to the current cursor which is owned by the library. It is not necessary to free the cursor with [[SDL_FreeCursor]](). == Related Functions == .[[SDL_SetCursor]] ---- [[CategoryAPI]], [[CategoryMouse]]