Tao.Sdl SDK Documentation

Sdl.SDL_Cursor Structure

Structure to hold cursor

For a list of all members of this type, see Sdl.SDL_Cursor Members.

System.Object
   System.ValueType
      Tao.Sdl.Sdl.SDL_Cursor

[Visual Basic]
Public Structure Sdl.SDL_Cursor
[C#]
public struct Sdl.SDL_Cursor

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

Struct in SDL_mouse.h

struct {
    SDL_Rect area;            /* The area of the mouse cursor */
    Sint16 hot_x, hot_y;        /* The "tip" of the cursor */
    Uint8 *data;            /* B/W cursor data */
    Uint8 *mask;            /* B/W cursor mask */
    Uint8 *save[2];            /* Place to save cursor area */
    WMcursor *wm_cursor;        /* Window-manager cursor */
} SDL_Cursor

Requirements

Namespace: Tao.Sdl

Assembly: Tao.Sdl (in Tao.Sdl.dll)

See Also

Sdl.SDL_Cursor Members | Tao.Sdl Namespace