NativeGestureHandle class

Constructors

NativeGestureHandle()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

handleAttachedToWindow(RenderContext<LoadInstanceContext> context, int nodeId, int rootId) → void
handleClick(RenderContext<LoadInstanceContext> context, int nodeId, int rootId) → void
handleDetachedFromWindow(RenderContext<LoadInstanceContext> context, int nodeId, int rootId) → void
handleLongClick(RenderContext<LoadInstanceContext> context, int nodeId, int rootId) → void
handlePressIn(RenderContext<LoadInstanceContext> context, int nodeId, int rootId) → void
handlePressOut(RenderContext<LoadInstanceContext> context, int nodeId, int rootId) → void
handleTouchCancel(RenderContext<LoadInstanceContext> context, int nodeId, int rootId, double x, double y) → void
handleTouchDown(RenderContext<LoadInstanceContext> context, int nodeId, int rootId, double x, double y) → void
handleTouchEnd(RenderContext<LoadInstanceContext> context, int nodeId, int rootId, double x, double y) → void
handleTouchMove(RenderContext<LoadInstanceContext> context, int nodeId, int rootId, double x, double y) → void

Constants

kClick → const String
kDismiss → const String
kKeyEventName → const String
kKeyPageX → const String
kKeyPageY → const String
kKeyTagId → const String
kLongClick → const String
kPressIn → const String
kPressOut → const String
kShow → const String
kTag → const String
kTouchCancel → const String
kTouchDown → const String
kTouchEnd → const String
kTouchMove → const String
kUseOldTouch → const bool