Struct ControllerTouchpadEvent
- Namespace
- Alis.Core.Graphic.Sdl2.Structs
- Assembly
- Alis.dll
The sdl controller touch pad event
public struct ControllerTouchpadEventInherited Members
Fields
finger
The finger
public int fingerField Value
pressure
The pressure
public float pressureField Value
timestamp
The timestamp
public uint timestampField Value
touchpad
The touchpad
public int touchpadField Value
type
The type
public uint typeField Value
which
The which SDL_JoystickID
public int whichField Value
x
The
public float xField Value
y
The
public float y