Keyboard

Keyboard

键盘抽象

构造器

new Keyboard()

方法

bindKey(keyInfo, callback, needMouseOnStage)

绑定按键

参数:
Name Type Description
keyInfo String

例如"Control+a" 、"Meta+a"、 ”G" 、”Shift+1“

callback function

触发处理函数

needMouseOnStage Boolean

true: 鼠标在画布上时才生效 fase: 始终生效

isKeydown(keyInfo) → {Boolean}

指定的单个键是否按下

参数:
Name Type Description
keyInfo String
调用返回:
Type
Boolean

unBind(keyInfo)

解绑按键

参数:
Name Type Description
keyInfo String

例如"Control+a" 、"Meta+a"、 ”G" 、”Shift+1“