大约有 2 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0012 秒)
..., "center"); return button; } function onDecreaseAlpha1(e) { //移除鼠标单击事件 button1.off(Event.CLICK, this, onDecreaseAlpha1); //定时执行一次(间隔时间) Laya.timer.once(3000, this, onComplete1); } function onDecreaseAlpha2(e) { //移除鼠标单击事件 button2.off(Event.CLICK, ...
来源: Laya_示例 发布时间: 20251130
...Text("\n右键抬起"); break; case Event.RIGHT_CLICK: appendText("\n右键单击\n————————"); break; case Event.MOUSE_MOVE: // 如果上一个操作是移动,提示信息仅加入.字符 if (/鼠标移动\.*$/.test(txt.text)) appendText("."); else appendText("\n鼠标移动"); bre...
来源: Laya_示例 发布时间: 20251130