gdk.event_pad_axis

Module for [EventPadAxis] class

Types 1

Generated during [gdk.types.InputSource.TabletPad] interaction with tactile sensors.

Fields
GdkEventPadAxis _cInstance
Methods
void * _cPtr()
gdk.types.EventType type() @propertyGet `type` field. Returns: the type of the event ([gdk.types.EventType.PadRing] or [gdk.types.EventType.PadStrip]).
void type(gdk.types.EventType propval) @propertySet `type` field. Params: propval = the type of the event ([gdk.types.EventType.PadRing] or [gdk.types.EventType.PadStrip]).
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.
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.
uint group() @propertyGet `group` field. Returns: the pad group the ring/strip belongs to. A [gdk.types.InputSource.TabletPad] device may have one or more groups containing a set of buttons/rings/strips each.
void group(uint propval) @propertySet `group` field. Params: propval = the pad group the ring/strip belongs to. A [gdk.types.InputSource.TabletPad] device may have one or more groups containing a set of buttons/rings/strips each.
uint index() @propertyGet `index` field. Returns: number of strip/ring that was interacted. This number is 0-indexed.
void index(uint propval) @propertySet `index` field. Params: propval = number of strip/ring that was interacted. This number is 0-indexed.
uint mode() @propertyGet `mode` field. Returns: The current mode of @group. Different groups in a [gdk.types.InputSource.TabletPad] device may have different current modes.
void mode(uint propval) @propertySet `mode` field. Params: propval = The current mode of @group. Different groups in a [gdk.types.InputSource.TabletPad] device may have different current modes.
double value() @propertyGet `value` field. Returns: The current value for the given axis.
void value(double propval) @propertySet `value` field. Params: propval = The current value for the given axis.
Constructors
this(void * ptr, Flag!"Take" take)