Table of Contents

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

int

pressure

The pressure

public float pressure

Field Value

float

timestamp

The timestamp

public uint timestamp

Field Value

uint

touchpad

The touchpad

public int touchpad

Field Value

int

type

The type

public uint type

Field Value

uint

which

The which SDL_JoystickID

public int which

Field Value

int

x

The

public float x

Field Value

float

y

The

public float y

Field Value

float