Tao.Sdl SDK Documentation

Sdl.SDL_MouseMotionEvent Fields

The fields of the Sdl.SDL_MouseMotionEvent structure are listed below. For a complete list of Sdl.SDL_MouseMotionEvent structure members, see the Sdl.SDL_MouseMotionEvent Members topic.

Public Instance Fields

state The current button state
type SDL_MOUSEMOTION
which The mouse device index
x The X coordinate of the mouse
xrel The relative motion in the X direction
y The Y coordinate of the mouse
yrel The relative motion in the Y direction

See Also

Sdl.SDL_MouseMotionEvent Class | Tao.Sdl Namespace | Sdl.SDL_Event | Sdl.SDL_MouseButtonEvent