GdkEventPadAxis

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

Members

Variables

group
uint group;

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.

index
uint index;

number of strip/ring that was interacted. This number is 0-indexed.

mode
uint mode;

The current mode of @group. Different groups in a gdk.types.InputSource.TabletPad device may have different current modes.

sendEvent
byte sendEvent;

true if the event was sent explicitly.

time
uint time;

the time of the event in milliseconds.

type
GdkEventType type;

the type of the event (gdk.types.EventType.PadRing or gdk.types.EventType.PadStrip).

value
double value;

The current value for the given axis.

window
GdkWindow* window;

the window which received the event.