Struct
GdkEventAny
Description [src]
struct GdkEventAny {
GdkEventType type;
GdkWindow* window;
gint8 send_event;
}
Contains the fields which are common to all event structs.
Any event pointer can safely be cast to a pointer to a GdkEventAny
to
access these fields.
Structure members
type
The type of the event.
window
The window which received the event.
send_event
TRUE
if the event was sent explicitly.