Gjsify LogoGjsify Logo

Specifies the type of the event.

Index

Enumeration Members

BUTTON_PRESS: number

a mouse button has been pressed.

BUTTON_RELEASE: number

a mouse button has been released.

DELETE: number

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.

DRAG_ENTER: number

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

DRAG_LEAVE: number

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

DRAG_MOTION: number

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

DROP_START: number

a drop operation onto the surface has started.

ENTER_NOTIFY: number

the pointer has entered the surface.

EVENT_LAST: number

marks the end of the GdkEventType enumeration.

FOCUS_CHANGE: number

the keyboard focus has entered or left the surface.

GRAB_BROKEN: number

a pointer or keyboard grab was broken.

KEY_PRESS: number

a key has been pressed.

KEY_RELEASE: number

a key has been released.

LEAVE_NOTIFY: number

the pointer has left the surface.

MOTION_NOTIFY: number

the pointer (usually a mouse) has moved.

PAD_BUTTON_PRESS: number

A tablet pad button press event.

PAD_BUTTON_RELEASE: number

A tablet pad button release event.

PAD_GROUP_MODE: number

A tablet pad group mode change.

PAD_RING: number

A tablet pad axis event from a "ring".

PAD_STRIP: number

A tablet pad axis event from a "strip".

PROXIMITY_IN: number

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

PROXIMITY_OUT: number

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

SCROLL: number

the scroll wheel was turned

TOUCHPAD_HOLD: number

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

TOUCHPAD_PINCH: number

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

TOUCHPAD_SWIPE: number

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

TOUCH_BEGIN: number

A new touch event sequence has just started.

TOUCH_CANCEL: number

A touch event sequence has been canceled.

TOUCH_END: number

A touch event sequence has finished.

TOUCH_UPDATE: number

A touch event sequence has been updated.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method