SDL_ControllerTouchpadEvent

Undocumented in source.
static if(sdlSupport >= SDLSupport.sdl2014)
struct SDL_ControllerTouchpadEvent {}

Members

Variables

finger
int finger;
Undocumented in source.
pressure
float pressure;
Undocumented in source.
timestamp
uint timestamp;
Undocumented in source.
touchpad
int touchpad;
Undocumented in source.
type
uint type;
Undocumented in source.
which
SDL_JoystickID which;
Undocumented in source.
x
float x;
Undocumented in source.
y
float y;
Undocumented in source.

Meta