ClickEvent

按下的鼠标按键

属性

button

按下的鼠标按键

button: number

类型: number

buttons

当前按下的鼠标按键状态 0=无按键 1=左键 2=右键

buttons: 0 | 1 | 2

类型: 0 | 1 | 2

mapPoint

地图坐标点(可选)

mapPoint?: ScreenPoint

类型: ScreenPoint

native

原生事件对象

native: Native

类型: Native

screenPoint

屏幕坐标点

screenPoint: ScreenPoint

类型: ScreenPoint

stopPropagation

阻止事件冒泡的函数

stopPropagation: Function

类型: Function

type

事件类型标识

type: "click"

类型: "click"

x

鼠标X坐标

x: number

类型: number

y

鼠标Y坐标

y: number

类型: number

BIMFlux AI