JavaScript 鼠标跟踪速度
今天早些时候,我正在使用 zoho Notebook (http://notebook.zoho.com) 操作平板电脑,注意到手写笔输入并不像 OneNote 那样准确或流畅。 似乎该功能是在 javascript 中完成的,所以我的问题变成:是否可以提高 javascript 跟踪鼠标/手写笔的准确性(对于类似于 zoho 笔记本的笔工具功能),以便使用手写笔书写更流畅自然?
I was working on a tablet PC using zoho notebook (http://notebook.zoho.com) earlier today and noticed that stylus input is not as accurate or smooth as something like say, OneNote. It seems like the functionality is done in javascript, so my question then becomes: Is it possible to increase the accuracy (for pen tool functionality that is similar to zoho notebook) that javascript tracks the mouse/stylus such that writing with the stylus flows more naturally?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您很可能受到硬件限制。 问题出在捕获设备上,而不是使用的软件上。
Most likely you are hardware bound. The problem lies with the capturing device, not the software used.