[LayaNative2]IOS、android 原生打包后Laya.Event.KEY_PRESS事件无效
Laya.stage.on(Laya.Event.KEY_PRESS, this, this.handleKeyPress);
Laya.stage.on(Laya.Event.KEY_DOWN, this, this.handleKeydown);
Laya.stage.on(Laya.Event.KEY_UP, this, this.handleKeyUp);
请问用native打包ios和android后上面事件无法触发,设备是pad或手机连接蓝牙键盘。请问是什么原因?
laya版本:2.13.3
Laya.stage.on(Laya.Event.KEY_DOWN, this, this.handleKeydown);
Laya.stage.on(Laya.Event.KEY_UP, this, this.handleKeyUp);
请问用native打包ios和android后上面事件无法触发,设备是pad或手机连接蓝牙键盘。请问是什么原因?
laya版本:2.13.3
没有找到相关结果
已邀请:
要回复问题请先登录
0 个回复