Struct MouseMotionEvent
- Namespace
- Alis.Core.Graphic.Sdl2.Structs
- Assembly
- Alis.dll
The sdl mouse motion event
public struct MouseMotionEventInherited Members
Fields
state
The state
public readonly byte stateField Value
timestamp
The timestamp
public readonly uint timestampField Value
type
The type
public readonly EventType typeField Value
which
The which
public readonly uint whichField Value
windowID
The window id
public readonly uint windowIDField Value
x
The
public readonly int xField Value
xRel
The x rel
public readonly int xRelField Value
y
The
public readonly int yField Value
yRel
The y rel
public readonly int yRel