Table of Contents

Struct ControllerButtonEvent

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

The sdl controller button event

public struct ControllerButtonEvent

Inherited Members

Fields

button

The button

public byte button

Field Value

byte

state

The state

public byte state

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