Toggle navigation
Toggle navigation
This project
Loading...
Sign in
liuming
/
developer-docs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
echo
2016-02-19 17:38:20 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0195625debb70343764c340a052886162d2200c5
0195625d
1 parent
ce697166
Updated 远程教学之画板相关消息 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
4 deletions
远程教学之画板相关消息.md
远程教学之画板相关消息.md
View file @
0195625
...
...
@@ -50,10 +50,8 @@
type:templateAction
subtype:drawPanelAction
command:beginDraw
startX:
1
00
startX:
2
00
startY:100
firstX:100
firstY:100
```
*
绘画中的消息
...
...
@@ -63,7 +61,7 @@
command:drawing
attachment:smallFile
```
附件记录了绘画过程中的所有点的信息。
附件记录了绘画过程中的所有点的信息
的数组
。
*
绘画结束消息
```
...
...
@@ -71,4 +69,12 @@
subtype:drawPanelAction
command:endDraw
positionInfoArray:最后一个点的位置信息
```
绘画点信息
```
"currentLocationX":100
"currentLocationY":100
"previousLocationX":50
"previousLocationY":50
```
\ No newline at end of file
...
...
Please
register
or
login
to post a comment