struct GestureContext

Defined at line 28 of file ../../src/ui/a11y/lib/gesture_manager/gesture_util/util.h

Struct for holding context(Koid, location) about Gesture.

Public Members

zx_koid_t view_ref_koid
uint32_t last_event_pointer_id
uint64_t last_event_time
PointerEventPhase last_event_phase
map starting_pointer_locations
map current_pointer_locations

Public Methods

::fuchsia::math::PointF StartingCentroid (bool local)

Defined at line 42 of file ../../src/ui/a11y/lib/gesture_manager/gesture_util/util.cc

::fuchsia::math::PointF CurrentCentroid (bool local)

Defined at line 51 of file ../../src/ui/a11y/lib/gesture_manager/gesture_util/util.cc