Table of Contents

Struct DollarGestureEvent

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

The sdl dollar gesture event

public struct DollarGestureEvent

Inherited Members

Fields

error

The error

public float error

Field Value

float

gestureId

The gesture id

public long gestureId

Field Value

long

numFingers

The num fingers

public uint numFingers

Field Value

uint

timestamp

The timestamp

public uint timestamp

Field Value

uint

touchId

The touch id

public long touchId

Field Value

long

type

The type

public uint type

Field Value

uint

x

The

public float x

Field Value

float

y

The

public float y

Field Value

float