Gjsify LogoGjsify Logo

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

Each event with phase %CLUTTER_TOUCHPAD_GESTURE_PHASE_BEGIN will report a scale of 1.0, all later phases in the gesture report the current scale relative to the initial 1.0 value (eg. 0.5 being half the size, 2.0 twice as big).

record

Hierarchy

  • TouchpadPinchEvent

Index

Constructors

Properties

angle_delta: number

angle delta in degrees, clockwise rotations are represented by positive deltas

field
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

the current phase of the gesture

field
scale: number

the current scale

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