Table of Contents

Struct MouseWheelEvent

Namespace
Alis.Core.Graphic.Sdl2.Structs
Assembly
Alis.dll

The sdl mouse wheel event

public struct MouseWheelEvent

Inherited Members

Fields

direction

The direction

public readonly uint direction

Field Value

uint

preciseX

The precise

public readonly float preciseX

Field Value

float

preciseY

The precise

public readonly float preciseY

Field Value

float

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

y

The

public readonly int y

Field Value

int