大约有 2 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0013 秒)
...eMove); } } onMouseMove(e) { let distance = this.getDistance(e.touches); //判断当前距离与上次距离变化,确定是放大还是缩小 const factor = 0.01; this.sp.scaleX += (distance - lastDistance) * factor; this.sp.scaleY += (distance - lastDistance) * factor; lastDistance = distance; }...
来源: Laya2.0_示例 发布时间: 20241119
...tStatus =[]; /** 纪录鼠标按下状态,true为已按下,用于状态判断 */ this.mouseDown=false; /** 初始化场景 * */ /** 关联引擎的滚动限制接口 */ /**列表的鼠标事件处理,常用于处理单元格上的点击事件等 */ /** 列表单元格上的鼠标抬起时处...
来源: Laya2.0_示例 发布时间: 20241119