Event
GdkEvent
s are immutable data structures, created by GDK to represent 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.
Skipped during bindings generation
parameter
angle
: angle: Out parameter is not supportedparameter
x
: x: Out parameter is not supportedparameter
distance
: distance: Out parameter is not supportedparameter
axes
: axes: Out parameter is not supportedparameter
value
: value: Out parameter is not supportedparameter
out_n_coords
: out_n_coords: Out parameter is not supportedparameter
x
: x: Out parameter is not supported
Inheritors
Constructors
Properties
Functions
Returns a GdkDeviceTool
representing the tool that caused the event.
Retrieves the display associated to the @event.
Returns the event sequence to which the event belongs.
Retrieves the type of the event.
Returns the modifier state field of an event.
Returns whether this event is an 'emulated' pointer event.
Extracts the surface associated with an event.
Returns whether a GdkEvent
should trigger a context menu, according to platform conventions.