Table of Contents

Struct JoyButtonEvent

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

The sdl joy button event

public struct JoyButtonEvent

Inherited Members

Fields

button

The button

public readonly byte button

Field Value

byte

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

Field Value

int