提交 613c86f2 编写于 作者: A Adam Barth

Fix analyze.sh

上级 d4610712
......@@ -87,7 +87,7 @@ PointerDataPacket _unpackPointerDataPacket(ByteData packet) {
radiusMin: packet.getFloat64(kStride * offset++, _kFakeHostEndian),
radiusMax: packet.getFloat64(kStride * offset++, _kFakeHostEndian),
orientation: packet.getFloat64(kStride * offset++, _kFakeHostEndian),
tilt: packet.getFloat64(kStride * offset++, _kFakeHostEndian),
tilt: packet.getFloat64(kStride * offset++, _kFakeHostEndian)
);
assert(offset == (i + 1) * _kPointerDataFieldCount);
}
......
......@@ -68,7 +68,7 @@ class PointerData {
this.radiusMin: 0.0,
this.radiusMax: 0.0,
this.orientation: 0.0,
this.tilt: 0.0,
this.tilt: 0.0
});
/// Time of event dispatch, relative to an arbitrary timeline.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册