跳到主要内容

removeLatestPointerEventRoot 移除最新的焦点

removeLatestPointerEventRoot

类型: MethodDeclaration

定义位置: ui.ts

描述

移除最新的焦点

返回值

类型: void

源代码

位置: 第 290 行

public removeLatestPointerEventRoot(): void {
const roots = this.pointerEventRoots
this.removePointerEventRoot(roots[roots.length - 1])
}

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