Gjsify LogoGjsify Logo

Specifies the crossing mode for enter and leave events.

Index

Enumeration Members

DEVICE_SWITCH: number

crossing because of a device switch (i.e. a mouse taking control of the pointer after a touch device), this event is synthetic as the pointer didn’t leave the surface.

GRAB: number

crossing because a grab is activated.

GTK_GRAB: number

crossing because a GTK grab is activated.

GTK_UNGRAB: number

crossing because a GTK grab is deactivated.

NORMAL: number

crossing because of pointer motion.

STATE_CHANGED: number

crossing because a GTK widget changed state (e.g. sensitivity).

TOUCH_BEGIN: number

crossing because a touch sequence has begun, this event is synthetic as the pointer might have not left the surface.

TOUCH_END: number

crossing because a touch sequence has ended, this event is synthetic as the pointer might have not left the surface.

UNGRAB: number

crossing because a grab is deactivated.

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