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
dy
The dy
public float dy
Field Value
fingerId
The finger id
public long fingerId
Field Value
pressure
The pressure
public float pressure
Field Value
timestamp
The timestamp
public uint timestamp
Field Value
touchId
The touch id
public long touchId
Field Value
type
The type
public uint type
Field Value
windowID
The window id
public uint windowID
Field Value
x
The
public float x
Field Value
y
The
public float y