Table of Contents

Struct MultiGestureEvent

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

The sdl multi gesture event

public struct MultiGestureEvent

Inherited Members

Fields

dDist

The dist

public readonly float dDist

Field Value

float

dTheta

The theta

public readonly float dTheta

Field Value

float

numFingers

The num fingers

public readonly ushort numFingers

Field Value

ushort

padding

The padding

public readonly ushort padding

Field Value

ushort

timestamp

The timestamp

public readonly uint timestamp

Field Value

uint

touchId

The touch id

public readonly long touchId

Field Value

long

type

The type

public readonly uint type

Field Value

uint

x

The

public readonly float x

Field Value

float

y

The

public readonly float y

Field Value

float