跳到主要内容

initialize 初始化

initialize

类型: MethodDeclaration

定义位置: input.ts

描述

初始化

返回值

类型: void

源代码

位置: 第 881 行

public initialize(): void {
window.on('keydown', this.keydown.bind(this), {capture: true})
window.on('keyup', this.keyup.bind(this), {capture: true})
}

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