Skip to main content

mousedownRB 鼠标右键按下事件

mousedownRB

类型: MethodDeclaration

定义位置: ui.ts

描述

鼠标右键按下事件

参数 event: 脚本鼠标事件

参数

参数名类型描述默认值
eventScriptMouseEvent--

返回值

类型: void

源代码

位置: 第 846 行

private mousedownRB(event: ScriptMouseEvent): void {
const target = UI.getElementAtMouse()
target.emit('mousedownRB', event, true)
UI._updateBubbleState(target)
}

文档生成时间:2025/7/7 12:07:07