Showing
1 changed file
with
10 additions
and
4 deletions
@@ -50,10 +50,8 @@ | @@ -50,10 +50,8 @@ | ||
50 | type:templateAction | 50 | type:templateAction |
51 | subtype:drawPanelAction | 51 | subtype:drawPanelAction |
52 | command:beginDraw | 52 | command:beginDraw |
53 | - startX:100 | 53 | + startX:200 |
54 | startY:100 | 54 | startY:100 |
55 | - firstX:100 | ||
56 | - firstY:100 | ||
57 | ``` | 55 | ``` |
58 | 56 | ||
59 | * 绘画中的消息 | 57 | * 绘画中的消息 |
@@ -63,7 +61,7 @@ | @@ -63,7 +61,7 @@ | ||
63 | command:drawing | 61 | command:drawing |
64 | attachment:smallFile | 62 | attachment:smallFile |
65 | ``` | 63 | ``` |
66 | -附件记录了绘画过程中的所有点的信息。 | 64 | +附件记录了绘画过程中的所有点的信息的数组。 |
67 | 65 | ||
68 | * 绘画结束消息 | 66 | * 绘画结束消息 |
69 | ``` | 67 | ``` |
@@ -71,4 +69,12 @@ | @@ -71,4 +69,12 @@ | ||
71 | subtype:drawPanelAction | 69 | subtype:drawPanelAction |
72 | command:endDraw | 70 | command:endDraw |
73 | positionInfoArray:最后一个点的位置信息 | 71 | positionInfoArray:最后一个点的位置信息 |
72 | +``` | ||
73 | + | ||
74 | +绘画点信息 | ||
75 | +``` | ||
76 | + "currentLocationX":100 | ||
77 | + "currentLocationY":100 | ||
78 | + "previousLocationX":50 | ||
79 | + "previousLocationY":50 | ||
74 | ``` | 80 | ``` |
-
Please register or login to post a comment