Table of Contents

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

byte

timestamp

The timestamp

public readonly uint timestamp

Field Value

uint

type

The type

public readonly EventType type

Field Value

EventType

which

The which

public readonly uint which

Field Value

uint

windowID

The window id

public readonly uint windowID

Field Value

uint

x

The

public readonly int x

Field Value

int

xRel

The x rel

public readonly int xRel

Field Value

int

y

The

public readonly int y

Field Value

int

yRel

The y rel

public readonly int yRel

Field Value

int