Skip to content
New issue

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

カーソル移動速度に関する改善 #6

Open
6ppng opened this issue Apr 28, 2023 · 0 comments
Open

カーソル移動速度に関する改善 #6

6ppng opened this issue Apr 28, 2023 · 0 comments

Comments

@6ppng
Copy link
Collaborator

6ppng commented Apr 28, 2023

現状

  • 一定時間間隔で一定px値だけ移動する。

  • 細かい操作が難しく、かつ最高速度も遅い

改善案

  • 一定加速度で徐々に加速させる。

  • 最高速度を設定し、それ以上は加速しないようにする。

  • 加速度、最高速度はパラメータ化する。

  • 微小移動時の操作性の向上と、最高速度を両立させる。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant