mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-11 17:11:28 +03:00
spelling: acceleration
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -120,7 +120,7 @@ function resetWheel() {
|
|||||||
|
|
||||||
var INERTIA_ACCELERATION = 30;
|
var INERTIA_ACCELERATION = 30;
|
||||||
|
|
||||||
// not good, precision not enough to simulate accelation effect,
|
// not good, precision not enough to simulate acceleration effect,
|
||||||
// seems have to use pixel based rather line based delta
|
// seems have to use pixel based rather line based delta
|
||||||
function accWheel(v, is_x) {
|
function accWheel(v, is_x) {
|
||||||
if (wheeling) return;
|
if (wheeling) return;
|
||||||
|
|||||||
Reference in New Issue
Block a user