V9GridMotionEvent class

@author: wzp_vicky @version: V1.1 @time: : 2024年1月19日13:39:45 @description: 移动的事件

Constructors

V9GridMotionEvent.new()

Properties

action int?
action.
getter/setter pair
dragIndex int?
drag index.
getter/setter pair
globalX double?
the global x coordinate system in logical pixels.
getter/setter pair
globalY double?
the global y coordinate system in logical pixels.
getter/setter pair
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

Constants

actionDown → const int
actionMove → const int
actionUp → const int