We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
也就是说,希望按住鼠标后,移动至少 x 像素后才开始进行绘画。 在绘图模式下双击时,即使鼠标有轻微的移动,也不要把图画上去。
如果按住鼠标,移动了 1 像素就立刻开始绘制的话,在双击保存图片的时候容易出现如下的情况(下方的箭头是双击的位置):
我鼠标 DPI 只有 2500,指针无加速度,已经很容易出现这样的误操作了。如果 DPI 更高、桌子与鼠标之间的摩擦系数更小的话,很难保证每次双击的时候指针没有位移。
telegram 相关聊天记录:
The text was updated successfully, but these errors were encountered:
Done~
Sorry, something went wrong.
No branches or pull requests
也就是说,希望按住鼠标后,移动至少 x 像素后才开始进行绘画。在绘图模式下双击时,即使鼠标有轻微的移动,也不要把图画上去。
如果按住鼠标,移动了 1 像素就立刻开始绘制的话,在双击保存图片的时候容易出现如下的情况(下方的箭头是双击的位置):
我鼠标 DPI 只有 2500,指针无加速度,已经很容易出现这样的误操作了。如果 DPI 更高、桌子与鼠标之间的摩擦系数更小的话,很难保证每次双击的时候指针没有位移。
telegram 相关聊天记录:
The text was updated successfully, but these errors were encountered: