Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在使用 canvas.onmousemove 来跟踪绘图应用程序的鼠标位置,并且分辨率(尤其是在快速移动时)会导致一些问题。有什么方法可以更频繁地更新鼠标位置?
用线连接点 - 这是大多数(如果不是全部)其他绘画程序这样做的方式。