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

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

31. 关于mouseover的问题 [ 62%]

...  sp.on(Event.MOUSE_OVER,this,onMouse);             sp.on(Event.MOUSE_OUT,this,onMouse);             Laya.stage.addChild(sp);             Stat.show();         }                  private function onMouse(event:Event):void{             trace(event...

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

32. [0]Event.Mouse_Drag和Event.Mouse_Drag_End在不注册鼠标事件的情况下无法 [ 62%]

...IGHT_MOUSE_DOWN, Event.RIGHT_MOUSE_UP,         Event.MOUSE_OVER, Event.MOUSE_OUT, Event.MOUSE_WHEEL     ]);         static isMouseEvent(type) {             return MOUSE_EVENTS.has(type);         }脚本周期函数onMouseDrag, onMouseDragEnd在不注册鼠标事件的情况下无...

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

33. laya可以支持滑动手势吗 [ 61%]

...age.on(Event.MOUSE_MOVE, Laya.stage.on(Event.MOUSE_UP, Laya.stage.on(Event.MOUSE_OUT,   2017-06-23 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 jison_ailin 相关问题 看了其他引擎才发现 LAYA 真的太太太太好用了!...

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

34. laya拖拽在部分机型(一部XR)StageX不对 [ 55%]

...on(Laya.Event.MOUSE_UP, this, this.onMouseEvent); Laya.stage.on(Laya.Event.MOUSE_OUT, this, this.onMouseEvent); Laya.stage.on(Laya.Event.MOUSE_MOVE, this, this.onMouseEvent); //鼠标yi'dong private onMouseEvent(e: Laya.Event): void {         switch (e.type) { case Laya.Event.MOUSE_MOVE:     ...

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

35. 分享:避免鼠标快速移动,mouseout和mouseover触发顺序不一致的问题! [ 54%]

...t:Sprite):void { target.on(Event.MOUSE_OVER,this,onMouse); target.on(Event.MOUSE_OUT,this,onMouse); } private function onMouse(e:Event):void { //存储over状态的显示对象的name if(e.type==Event.MOUSE_OVER) { arr.push(e.target.name); } //遍历arr处于over状态的显示对象,如果该显...

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

36. laya.events.Event [ 52%]

...usemove[static] 定义 mousemove 事件对象的 type 属性值。Event  MOUSE_OUT : String = mouseout[static] 定义 mouseout 事件对象的 type 属性值。Event  MOUSE_OVER : String = mouseover[static] 定义 mouseover 事件对象的 type 属性值。Event  MOUSE_UP : String = mouseup[st...

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

37. laya.events.Event [ 52%]

...usemove[static] 定义 mousemove 事件对象的 type 属性值。Event  MOUSE_OUT : String = mouseout[static] 定义 mouseout 事件对象的 type 属性值。Event  MOUSE_OVER : String = mouseover[static] 定义 mouseover 事件对象的 type 属性值。Event  MOUSE_UP : String = mouseup[st...

来源: laya_api 发布时间: 20170929

38. 富文本过程中我遇到的问题以及解决方法(超链接换行以及无法接收超链接鼠标事件以及br或者 标签会崩溃报错的问题) [ 51%]

...MOUSE_OVER, this, this._onMouseOver);             this.on(Laya.Event.MOUSE_OUT, this, this._onMouseOut);             this.on(Laya.Event.MOUSE_MOVE, this, this._onMouseMove);   增加如下3个方法         _onMouseOver()         {             var tX = this.mouseX;     ...

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

39. 如何能监听到TouchStart和TouchEnd事件 [ 50%]

... 定义 mouseout 事件对象的 type 属性值。*/         static MOUSE_OUT: string;         /** 定义 mousewheel 事件对象的 type 属性值。*/         static MOUSE_WHEEL: string;         /** 定义 mouseover 事件对象的 type 属性值。*/         sta...

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

40. laya.ui.UIEvent [ 50%]

...mousemove[static] 定义 mousemove 事件对象的 type 属性值。Event MOUSE_OUT : String = mouseout[static] 定义 mouseout 事件对象的 type 属性值。Event MOUSE_OVER : String = mouseover[static] 定义 mouseover 事件对象的 type 属性值。Event MOUSE_UP : String = mouseup[static...

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