Struct TouchFingerEvent
- Namespace
- Alis.Core.Graphic.Sdl2.Structs
- Assembly
- Alis.dll
The sdl touch finger event
public struct TouchFingerEventInherited Members
Fields
dx
The dx
public float dxField Value
dy
The dy
public float dyField Value
fingerId
The finger id
public long fingerIdField Value
pressure
The pressure
public float pressureField Value
timestamp
The timestamp
public uint timestampField Value
touchId
The touch id
public long touchIdField Value
type
The type
public uint typeField Value
windowID
The window id
public uint windowIDField Value
x
The
public float xField Value
y
The
public float y