大约有 2 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0013 秒)
...备不支持DeviceMotion事件");}'); __JS__('function deviceMotionHandler(eventData){var acceleration = eventData.accelerationIncludingGravity'); __JS__('var curTime = new Date().getTime()'); __JS__('if ((curTime - last_update) > 100 && canShake == 1){var diffTime = curTime - last_update...
来源: Laya_社区 发布时间: 20160110
...his, completeHandler); play(); } private function onEvent(e:*):void { var tEventData:EventData = e as EventData; Laya.stage.addChild(mLabelSprite); mLabelSprite.x = mStartX; mLabelSprite.y = mStartY; mLabelSprite.graphics.clear(); mLabelSprite.graphics.fillText(tEventData.name, 0, 0, "20px Arial", "...
来源: Laya_社区 发布时间: 20170406