EventType

Specifies the type of the event.

Entries

Link copied to clipboard

the window manager has requested that the toplevel surface be hidden or destroyed, usually when the user clicks on a special icon in the title bar.

Link copied to clipboard

the pointer (usually a mouse) has moved.

Link copied to clipboard

a mouse button has been pressed.

Link copied to clipboard

a mouse button has been released.

Link copied to clipboard

a key has been pressed.

Link copied to clipboard

a key has been released.

Link copied to clipboard

the pointer has entered the surface.

Link copied to clipboard

the pointer has left the surface.

Link copied to clipboard

the keyboard focus has entered or left the surface.

Link copied to clipboard

an input device has moved into contact with a sensing surface (e.g. a touchscreen or graphics tablet).

Link copied to clipboard

an input device has moved out of contact with a sensing surface.

Link copied to clipboard

the mouse has entered the surface while a drag is in progress.

Link copied to clipboard

the mouse has left the surface while a drag is in progress.

Link copied to clipboard

the mouse has moved in the surface while a drag is in progress.

Link copied to clipboard

a drop operation onto the surface has started.

Link copied to clipboard

the scroll wheel was turned

Link copied to clipboard

a pointer or keyboard grab was broken.

Link copied to clipboard

A new touch event sequence has just started.

Link copied to clipboard

A touch event sequence has been updated.

Link copied to clipboard

A touch event sequence has finished.

Link copied to clipboard

A touch event sequence has been canceled.

Link copied to clipboard

A touchpad swipe gesture event, the current state is determined by its phase field.

Link copied to clipboard

A touchpad pinch gesture event, the current state is determined by its phase field.

Link copied to clipboard

A tablet pad button press event.

Link copied to clipboard

A tablet pad button release event.

Link copied to clipboard

A tablet pad axis event from a "ring".

Link copied to clipboard

A tablet pad axis event from a "strip".

Link copied to clipboard

A tablet pad group mode change.

Link copied to clipboard

A touchpad hold gesture event, the current state is determined by its phase field.

Link copied to clipboard

marks the end of the GdkEventType enumeration.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val nativeValue: <Error class: unknown class>
Link copied to clipboard

Functions

Link copied to clipboard
fun valueOf(value: String): EventType

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.