Struct
GdkEventPadGroupMode
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 |
The type of the event ( |
window |
The window which received the event. |
send_event |
|
time |
The time of the event in milliseconds. |
group |
The pad group that is switching mode. A |
mode |
The new mode of |
Available since: | 3.22 |