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

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

1. 下来框ComboBox的change事件怎么绑定 [ 100%]

下来框ComboBox的change事件怎么绑定 下来框ComboBox的change事件怎么绑定,参数改变 2017-10-24 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 189*****192 赞同来自: box.on(Laya.Event.CHANG...

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

2. TextArea的change事件不触发 [ 99%]

TextArea的change事件不触发 text.on("CHANGE",this,function(){ console.log("text",text.text); }) 2018-04-04 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_XS 赞同来自: 你参考下官网的事件类...

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

3. laya.events.Event [ 98%]

...blic dynamic class EventInheritanceEvent ObjectSubclasses UIEvent Event 是事件类型的集合。一般当发生事件时,Event 对象将作为参数传递给事件侦听器。 Public Properties PropertyDefined By  altKey : Boolean[read-only] 表示 Alt 键是处于活动状态 (true) 还是...

来源: laya_api 发布时间: 20170929

4. laya.ui.UIEvent [ 97%]

...IEventInheritanceUIEvent Event Object UIEvent 类用来定义UI组件类的事件类型。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By altKey : Boolean[read-only] 表示 Alt 键是处于活动状态 (true) 还是非活动状态 (false)。 ...

来源: laya_api 发布时间: 20170929

5. laya.events.Event_API3.0 [ 97%]

... Only exported Menu Globals "laya/events/Event" Event Class Event Event 是事件类型的集合。一般当发生事件时,Event 对象将作为参数传递给事件侦听器。 Hierarchy Event Index Constructors constructor Properties button currentTarget delta isDblClick nativeEvent target touc...

来源: Laya3.0_api 发布时间: 20231115

6. 如何能监听到TouchStart和TouchEnd事件 [ 97%]

如何能监听到TouchStart和TouchEnd事件 如何能监听到TouchStart和TouchEnd事件 2017-06-01 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 189*****192 赞同来自: Sean8023 Laya.stage.on(Event.MOUSE_U...

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

7. laya.events.Event [ 96%]

...laya.eventsClasspublic dynamic class EventInheritanceEvent Object Event 是事件类型的集合。一般当发生事件时,Event 对象将作为参数传递给事件侦听器。 Public Properties PropertyDefined By  altKey : Boolean[read-only] 表示 Alt 键是处于活动状态 (true) 还是...

来源: Laya2.0_api 发布时间: 20190513

8. laya.ui.UIEvent [ 95%]

...IEventInheritanceUIEvent Event Object UIEvent 类用来定义UI组件类的事件类型。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By altKey : Boolean[read-only] 表示 Alt 键是处于活动状态 (true) 还是非活动状态 (false)。 ...

来源: Laya2.0_api 发布时间: 20190513

9. laya.display.Text对象的event事件监听无效? [ 92%]

laya.display.Text对象的event事件监听无效? DEMO地址 http://jsbin.com/naxucicovo/edit?html,output   找到原因了 txt.text = '123'; //会调用EVENT.CHANGE事件 // txt.changeText('change text'); //不会调用event.change事件   事件绑定必须写成 txt.on(Laya.Event.CHANGE, th...

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

10. 官方陀螺仪例子,发布到小程序后,无法执行on(Event.CHANGE)回调 [ 91%]

...,在iphone 6plus真机中可以运行,但是不响应on(Event.CHANGE)事件。 代码我就不贴了,照着官方例子敲的。唯一出入是我在回调函数里还增加了log输出,用来检测事件响应。发现完全没有任何打印。 同样的问题,还出现在Shake.instance....

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