Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
胡斌
/
liveAssistant_web_demo
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
胡斌
6 years ago
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3f10ac8cee1c44552d32d7666eeb7bafb8cbf4df
3f10ac8c
1 parent
842812e8
fix bug of rotating 180 and 270 degree for PendoTech pen
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
demo.html
demo.html
查看文件 @
3f10ac8
...
...
@@ -934,10 +934,10 @@
draw_ext_input
(
y
,
ext_input_panel_width
-
x
,
nPress
);
}
else
if
(
rotate_degree
==
180
)
{
draw_ext_input
(
x
,
ext_input_panel_height
-
y
);
draw_ext_input
(
ext_input_panel_width
-
x
,
ext_input_panel_height
-
y
,
nPress
);
}
else
{
draw_ext_input
(
ext_input_panel_height
-
y
,
ext_input_panel_width
-
x
);
draw_ext_input
(
ext_input_panel_height
-
y
,
x
,
nPress
);
}
}
else
{
...
...
请
注册
或
登录
后发表评论