Event
Object Hierarchy:
Description:
[ CCode ( ref_function = "gdk_event_ref" , type_id = "gdk_event_get_type ()" , unref_function = "gdk_event_unref" ) ]
public abstract class Event
public abstract class Event
Represents windowing system events.
In GTK applications the events are handled automatically by toplevel widgets and passed on to the event controllers of appropriate widgets, so using `GdkEvent` and its related API is rarely needed.
`GdkEvent` structs are immutable.
All known sub-classes:
Namespace: Gdk
Package: gtk4