跳到主要内容

clearTempInputStatus 清除临时输入状态

clearTempInputStatus

类型: MethodDeclaration

定义位置: input.ts

描述

清除临时输入状态

返回值

类型: void

源代码

位置: 第 340 行

public clearTempInputStatus() {
Input.keydownList.clear()
Input.keyupList.clear()
Input.mousedownList.clear()
Input.mouseupList.clear()
Input.gamepaddownList.clear()
Input.gamepadupList.clear()
}

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