Gjsify LogoGjsify Logo

Used for touchpad swipe gesture events. The current state of the gesture will be determined by the phase field.

record

Hierarchy

  • TouchpadSwipeEvent

Index

Constructors

Properties

dx: number

movement delta of the pinch focal point in the X axis

field
dy: number

movement delta of the pinch focal point in the Y axis

field
flags: EventFlags

event flags

field
n_fingers: number

the number of fingers triggering the swipe

field

the current phase of the gesture

field
source: Clutter.Actor

event source actor (unused)

field
stage: Clutter.Stage

event source stage

field
time: number

event time

field

event type

field
x: number

the X coordinate of the pointer, relative to the stage

field
y: number

the Y coordinate of the pointer, relative to the stage

field
name: string

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