Table of Contents

Struct ControllerSensorEvent

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

The sdl controller sensor event

public struct ControllerSensorEvent

Inherited Members

Fields

data1

The data

public readonly float data1

Field Value

float

data2

The data

public readonly float data2

Field Value

float

data3

The data

public readonly float data3

Field Value

float

sensor

The sensor

public readonly int sensor

Field Value

int

timestamp

The timestamp

public readonly uint timestamp

Field Value

uint

type

The type

public readonly uint type

Field Value

uint

which

The which SDL_JoystickID

public readonly int which

Field Value

int