• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 6 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0024 秒)

1. Keyboard Event如何获取按下某个键 [ 100%]

Keyboard Event如何获取按下某个键 定义了一个Input,绑定了键盘事件:this._ipt.on(Laya.Event.KEY_DOWN, this, this.OnInput); private OnInput(evt : EVENT) : void { // 这里怎么获取具体哪个键被按下?。。。 } 2018-11-08 添加评论 免费帖 --> 分享 微博 QZONE ...

来源: Laya_社区 发布时间: 20181108

2. 如何监听键盘组合键 [ 86%]

...同来自: Laya.stage.on(Event.KEY_DOWN, this, _onKeyDown); 然后你根据Keyboard对应的keycode来判断是什么键即可 2018-04-06 0 0 分享 微博 QZONE 微信 akunone 赞同来自: laya.events.KeyBoardManager.hasKeyDown(laya.events.Keyboard.CONTROL) 2019-07-22 0 0 分享 微博 QZONE 微...

来源: Laya_社区 发布时间: 20180406

3. 在LayaIDE中下载的运行器启动报错 [ 67%]

...;>>>after 03-19 15:01:05.486 3970-3970/? E/SimeSkbManager: config keyboard type error... 03-19 15:01:05.531 2534-2534/? E/SurfaceFlinger: rejecting buffer: bufWidth=1080, bufHeight=1920, front.active.{w=1, h=1} 03-19 15:01:05.761 2534-3844/? E/BufferQueueProducer: [com.layabox.conch5/layaai...

来源: Laya_社区 发布时间: 20180319

4. Animation创建和销毁的问题 [ 67%]

...tion onKeydown(event:Event):void { var self:* = this; if(event.keyCode === Keyboard.SPACE) { //移除动画 if(testAnim1) { testAnim1.clear(); testAnim1.removeSelf(); testAnim1 = null; testAnim2.clear(); testAnim2.removeSelf(); testAnim2 = null; Loader.clearRes("res/fish_1/stand.atlas", true); Loade...

来源: Laya_社区 发布时间: 20180424

5. 在Form输入用户名密码的时候 tab切换焦点 没有类似as3中tabindex设置 [ 61%]

...vate function tabNext(e:Event,target:Node):void {       if(e.keyCode == Keyboard.TAB)      {             //无法触发 焦点直接直接到浏览器外去了(浏览器地址栏)        } } 2018-09-26 0 0 分享 微博 QZONE 微信 hj 赞同来自: 您上传一下demo吧 2018-10-08 ...

来源: Laya_社区 发布时间: 20180926

6. LAYABOX游戏实时语音之APP版本 [ 40%]

...android:windowSoftInputMode="stateHidden|adjustPan" android:configChanges="keyboard|keyboardHidden|screenLayout|screenSize|orientation" android:label="@string/app_name" > <intent-filter> <action android:name="android.intent.action.MAIN" /> <category android:name="android.intent.cat...

来源: Laya_社区 发布时间: 20170722