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.
我正在创建一个移动应用程序,例如 Android 设备上流行的键盘和鼠标,我面临的问题是鼠标在计算机屏幕上无法正常移动,我使用 Java 机器人类使光标不断抖动并且很难移动。
我想你会想看看基于用户手指速度的某种运动缩放算法。如果用户在 Android 设备上缓慢移动手指,则鼠标光标移动缓慢(距离更短)。如果用户快速移动他们的手指,那么鼠标光标可以在屏幕上快速移动更远的距离。