大约有 15 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0032 秒)
...is, mouseHandler); rect.on(Event.CLICK, this, mouseHandler); rect.on(Event.RIGHT_MOUSE_DOWN, this, mouseHandler); rect.on(Event.RIGHT_MOUSE_UP, this, mouseHandler); rect.on(Event.RIGHT_CLICK, this, mouseHandler); rect.on(Event.MOUSE_MOVE, this, mouseHandler); rect.on(Event.MOUSE_OVER, this, mouseHan...
来源: Laya_示例 发布时间: 20251130
...ouseHandler); rect.on(Event.CLICK, this, this.mouseHandler); rect.on(Event.RIGHT_MOUSE_DOWN, this, this.mouseHandler); rect.on(Event.RIGHT_MOUSE_UP, this, this.mouseHandler); rect.on(Event.RIGHT_CLICK, this, this.mouseHandler); rect.on(Event.MOUSE_MOVE, this, this.mouseHandler); rect.on(Event.MOUSE_...
来源: Laya2.0_示例 发布时间: 20251130
...is, mouseHandler); rect.on(Event.CLICK, this, mouseHandler); rect.on(Event.RIGHT_MOUSE_DOWN, this, mouseHandler); rect.on(Event.RIGHT_MOUSE_UP, this, mouseHandler); rect.on(Event.RIGHT_CLICK, this, mouseHandler); rect.on(Event.MOUSE_MOVE, this, mouseHandler); rect.on(Event.MOUSE_OVER, this, mouseHan...
来源: Laya_社区 发布时间: 20180205
...的事件派发,左键进行监听与回收;您在自定义使用右键Right_Mouse_Down来进行监听的时候,同时也要使用Right_Mouse_Up来监听右键抬起并回收事件的;需要再添加下面代码所示的右键Up监听: this.owner.on(Laya.Event.RIGHT_MOUSE_UP, this, this.on...
来源: Laya_社区 发布时间: 20250220
..._WHEEL OPEN PAUSED PLAYED PROGRESS READY REMOVED RENDER RESIZE RIGHT_CLICK RIGHT_MOUSE_DOWN RIGHT_MOUSE_UP ROLL_OUT ROLL_OVER SELECT START STOPPED TRANSFORM_CHANGED TRIGGER_ENTER TRIGGER_EXIT TRIGGER_STAY UNDISPLAY VISIBILITY_CHANGE WILL_RESIZE staticMask Accessors altKey charCode ctrlKey key keyCod...
来源: Laya3.0_api 发布时间: 20231115
...Event.MOUSE_UP // 左键抬起 Laya.Event.CLICK // 左键点击 Laya.Event.RIGHT_MOUSE_DOWN // 右键按下 Laya.Event.RIGHT_MOUSE_UP // 右键抬起 Laya.Event.RIGHT_CLICK // 右键单击 Laya.Event.MOUSE_MOVE // 鼠标移动 Laya.Event.MOUSE_OVER // 鼠标经过目标 Laya.Event.MOUSE_OUT // 鼠...
来源: Laya_社区 发布时间: 20180411
...D能对3D正确遮挡。3.3 新增 MOUSE_DRAG和MOUSE_DRAG_END3.4 删除了RIGHT_MOUSE_DOWN和RIGHT_MOUSE_UP3.5 事件汇总4、LayaAir3.0 组件系统修改5、Runtime的使用差异6、2D动画2.0引擎开发者使用3.0的差异汇总 Author:谷主 && Charley [!Note] 本篇文档仅适...
来源: Laya3.0_文档 发布时间: 20251010
...OVE, Event.CLICK, Event.DOUBLE_CLICK, Event.RIGHT_CLICK, Event.RIGHT_MOUSE_DOWN, Event.RIGHT_MOUSE_UP, Event.MOUSE_OVER, Event.MOUSE_OUT, Event.MOUSE_WHEEL ]); static isMouseEvent(type) { return MOUSE_EVENTS.has(type); }脚本...
来源: Laya_社区 发布时间: 20231106
...接 提交 2 个回复 Laya_Yan 赞同来自: 右键事件类型用Event.RIGHT_MOUSE_DOWN 2022-05-17 0 0 分享 微博 QZONE 微信 Karson.DS@GameCreator 赞同来自: 不错 2022-05-19 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 1652...
来源: Laya_社区 发布时间: 20220517
...tclick[static] 定义 rightclick 事件对象的 type 属性值。Event RIGHT_MOUSE_DOWN : String = rightmousedown[static] 定义 rightmousedown 事件对象的 type 属性值。Event RIGHT_MOUSE_UP : String = rightmouseup[static] 定义 rightmouseup 事件对象的 type 属性值。Event R...
来源: Laya2.0_api 发布时间: 20190513