Table of Contents

Struct SensorEvent

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

The sdl sensor event

public struct SensorEvent

Inherited Members

Fields

float0

The data

public readonly float float0

Field Value

float

float1

The data

public readonly float float1

Field Value

float

float2

The data

public readonly float float2

Field Value

float

float3

The data

public readonly float float3

Field Value

float

float4

The data

public readonly float float4

Field Value

float

float5

The data

public readonly float float5

Field Value

float

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