Tao.Sdl SDK Documentation

Sdl.SDL_GetCursor Method 

Returns the currently active cursor.

[Visual Basic]
Public Shared Function SDL_GetCursor() As IntPtr
[C#]
public static IntPtr SDL_GetCursor();

Return Value

IntPtr to Sdl.SDL_Cursor

Remarks

Binds to C-function call in SDL_mouse.h:

            SDL_Cursor *SDL_GetCursor(void);
            

See Also

Sdl Class | Tao.Sdl Namespace | SDL_CreateCursor | SDL_SetCursor | SDL_ShowCursor