Table of Contents

Struct JoyAxisEvent

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

The sdl joy axis event

public struct JoyAxisEvent

Inherited Members

Fields

axis

The axis

public readonly byte axis

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 int which

Field Value

int