Struct MouseMotionEvent
- Namespace
- Alis.Core.Graphic.Sdl2.Structs
- Assembly
- Alis.dll
The sdl mouse motion event
public struct MouseMotionEvent
Inherited Members
Fields
state
The state
public readonly byte state
Field Value
timestamp
The timestamp
public readonly uint timestamp
Field Value
type
The type
public readonly EventType type
Field Value
which
The which
public readonly uint which
Field Value
windowID
The window id
public readonly uint windowID
Field Value
x
The
public readonly int x
Field Value
xRel
The x rel
public readonly int xRel
Field Value
y
The
public readonly int y
Field Value
yRel
The y rel
public readonly int yRel