大约有 15 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0024 秒)
...;& sendArr.length > 0){ this.sendEvents(sendArr,/*laya.events.Event.MOUSE_OUT*/"mouseout",touchID); } this.removeTouchFromArr(touchID,this.preOvers); preO.tar=null; Pool.recover("TouchData",preO); } } this._clearTempArrs(); } TouchManager._oldArr=[]; TouchManager._newArr=[...
来源: Laya_社区 发布时间: 20180529
... 定义 mouseout 事件对象的 type 属性值。*/ static MOUSE_OUT: string; /** 定义 mousewheel 事件对象的 type 属性值。*/ static MOUSE_WHEEL: string; /** 定义 mouseover 事件对象的 type 属性值。*/ sta...
来源: Laya_社区 发布时间: 20170601
...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...
来源: laya_api 发布时间: 20170929
...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
...t.on(Event.MOUSE_UP, this, this.stageOnMouseUp); this.refreshList.on(Event.MOUSE_OUT, this, this.stageOnMouseUp); //游戏逻辑关联引擎的停止滚动接口 this.refreshList.scrollBar.stopMoveLimit = this.scrollBarIsStopBind.bind(this); this.refreshLimit("dragTopLimit", 65); this.refreshLimit("...
来源: Laya2.0_示例 发布时间: 20251130