Struct ControllerTouchpadEvent
- Namespace
- Alis.Core.Graphic.Sdl2.Structs
- Assembly
- Alis.dll
The sdl controller touch pad event
public struct ControllerTouchpadEvent
Inherited Members
Fields
finger
The finger
public int finger
Field Value
pressure
The pressure
public float pressure
Field Value
timestamp
The timestamp
public uint timestamp
Field Value
touchpad
The touchpad
public int touchpad
Field Value
type
The type
public uint type
Field Value
which
The which SDL_JoystickID
public int which
Field Value
x
The
public float x
Field Value
y
The
public float y