gdk.event_touchpad_swipe

Module for [EventTouchpadSwipe] class

Types 1

Generated during touchpad swipe gestures.

Fields
Methods
void * _cPtr()
gdk.types.EventType type() @propertyGet `type` field. Returns: the type of the event ([gdk.types.EventType.TouchpadSwipe])
void type(gdk.types.EventType propval) @propertySet `type` field. Params: propval = the type of the event ([gdk.types.EventType.TouchpadSwipe])
gdk.window.Window window() @propertyGet `window` field. Returns: the window which received the event
void window(gdk.window.Window propval) @propertySet `window` field. Params: propval = the window which received the event
byte sendEvent() @propertyGet `sendEvent` field. Returns: true if the event was sent explicitly
void sendEvent(byte propval) @propertySet `sendEvent` field. Params: propval = true if the event was sent explicitly
byte phase() @propertyGet `phase` field. Returns: the current phase of the gesture
void phase(byte propval) @propertySet `phase` field. Params: propval = the current phase of the gesture
byte nFingers() @propertyGet `nFingers` field. Returns: The number of fingers triggering the swipe
void nFingers(byte propval) @propertySet `nFingers` field. Params: propval = The number of fingers triggering the swipe
uint time() @propertyGet `time` field. Returns: the time of the event in milliseconds
void time(uint propval) @propertySet `time` field. Params: propval = the time of the event in milliseconds
double x() @propertyGet `x` field. Returns: The X coordinate of the pointer
void x(double propval) @propertySet `x` field. Params: propval = The X coordinate of the pointer
double y() @propertyGet `y` field. Returns: The Y coordinate of the pointer
void y(double propval) @propertySet `y` field. Params: propval = The Y coordinate of the pointer
double dx() @propertyGet `dx` field. Returns: Movement delta in the X axis of the swipe focal point
void dx(double propval) @propertySet `dx` field. Params: propval = Movement delta in the X axis of the swipe focal point
double dy() @propertyGet `dy` field. Returns: Movement delta in the Y axis of the swipe focal point
void dy(double propval) @propertySet `dy` field. Params: propval = Movement delta in the Y axis of the swipe focal point
double xRoot() @propertyGet `xRoot` field. Returns: The X coordinate of the pointer, relative to the root of the screen.
void xRoot(double propval) @propertySet `xRoot` field. Params: propval = The X coordinate of the pointer, relative to the root of the screen.
double yRoot() @propertyGet `yRoot` field. Returns: The Y coordinate of the pointer, relative to the root of the screen.
void yRoot(double propval) @propertySet `yRoot` field. Params: propval = The Y coordinate of the pointer, relative to the root of the screen.
gdk.types.ModifierType state() @propertyGet `state` field. Returns: a bit-mask representing the state of the modifier keys (e.g. Control, Shift and Alt) and the pointer buttons. See #GdkModifierType.
void state(gdk.types.ModifierType propval) @propertySet `state` field. Params: propval = a bit-mask representing the state of the modifier keys (e.g. Control, Shift and Alt) and the pointer buttons. See #GdkModifierType.
Constructors
this(void * ptr, Flag!"Take" take)