Table of Contents

Struct TouchFingerEvent

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

The sdl touch finger event

public struct TouchFingerEvent

Inherited Members

Fields

dx

The dx

public float dx

Field Value

float

dy

The dy

public float dy

Field Value

float

fingerId

The finger id

public long fingerId

Field Value

long

pressure

The pressure

public float pressure

Field Value

float

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

windowID

The window id

public uint windowID

Field Value

uint

x

The

public float x

Field Value

float

y

The

public float y

Field Value

float