mousedownLB 鼠标左键按下事件
mousedownLB
类型: MethodDeclaration
定义位置: ui.ts
描述
鼠标左键按下事件
参数 event
: 脚本鼠标事件
参数
参数名 | 类型 | 描述 | 默认值 |
---|---|---|---|
event | ScriptMouseEvent | - | - |
返回值
类型: void
源代码
位置: 第 836 行
private mousedownLB(event: ScriptMouseEvent): void {
UI.eventTarget = UI.getElementAtMouse()
UI.eventTarget.emit('mousedownLB', event, true)
UI._updateBubbleState(UI.eventTarget)
}
文档生成时间:2025/7/7 12:07:07