removeLatestPointerEventRoot 移除最新的指针事件根元素
removeLatestPointerEventRoot
类型: MethodDeclaration
定义位置: ui.ts
描述
移除最新的指针事件根元素
返回值
类型: void
源代码
位置: 第 290 行
public removeLatestPointerEventRoot(): void {
const roots = this.pointerEventRoots
this.removePointerEventRoot(roots[roots.length - 1])
}
文档生成时间:2026/2/1 16:51:40