Search
Preparing search index...
The search index is not available
quickearth
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
quickearth
IVectorMapToolPointerEventListeners
Interface IVectorMapToolPointerEventListeners
鼠标消息监听函数定义
export
interface
IVectorMapToolPointerEventListeners
Hierarchy
IVectorMapToolPointerEventListeners
Index
Methods
on
Pointer
Down
on
Pointer
Move
on
Pointer
Up
Methods
on
Pointer
Down
on
Pointer
Down
(
args
:
IVectorMapToolPointerEventArgs
)
:
void
鼠标按下后的操作
Parameters
args:
IVectorMapToolPointerEventArgs
Returns
void
on
Pointer
Move
on
Pointer
Move
(
args
:
IVectorMapToolPointerEventArgs
)
:
void
鼠标移动的操作
memberof
IVectorMapToolPointerEventListeners
Parameters
args:
IVectorMapToolPointerEventArgs
Returns
void
on
Pointer
Up
on
Pointer
Up
(
args
:
IVectorMapToolPointerEventArgs
)
:
void
鼠标抬起的操作
memberof
IVectorMapToolPointerEventListeners
Parameters
args:
IVectorMapToolPointerEventArgs
Returns
void
Exports
IVector
Map
Tool
Pointer
Event
Listeners
on
Pointer
Down
on
Pointer
Move
on
Pointer
Up
Generated using
TypeDoc
鼠标消息监听函数定义
IVectorMapToolPointerEventListeners