Table of Contents

Struct ControllerAxisEvent

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

The sdl controller axis event

public struct ControllerAxisEvent

Inherited Members

Fields

axis

The axis

public byte axis

Field Value

byte

timestamp

The timestamp

public uint timestamp

Field Value

uint

type

The type

public EventType type

Field Value

EventType

which

The which SDL_JoystickID

public int which

Field Value

int