Struct
GdkEventPadGroupMode
since: 3.22
Description [src]
struct GdkEventPadGroupMode {
  GdkEventType type;
  GdkWindow* window;
  gint8 send_event;
  guint32 time;
  guint group;
  guint mode;
}
        Generated during GDK_SOURCE_TABLET_PAD mode switches in a group.
Structure members
type:GdkEventTypeThe type of the event (
GDK_PAD_GROUP_MODE).window:GdkWindowThe window which received the event.
send_event:gint8TRUEif the event was sent explicitly.time:guint32The time of the event in milliseconds.
group:guintThe pad group that is switching mode. A
GDK_SOURCE_TABLET_PADdevice may have one or more groups containing a set of buttons/rings/strips each.mode:guintThe new mode of
group. Different groups in aGDK_SOURCE_TABLET_PADdevice may have different current modes.
Available since: 3.22