Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
pentamassiv committed Aug 13, 2024
1 parent 0c68336 commit 3ac198e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/tests/mouse.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ use std::thread;

use super::is_ci;

// TODO: Mouse acceleration on Windows will result in the wrong coordinates when doing a relative mouse move
// The Github runner has the following settings:
// TODO: Mouse acceleration on Windows will result in the wrong coordinates when
// doing a relative mouse move The Github runner has the following settings:
// MouseSpeed 1
// MouseThreshold1 6
// MouseThreshold2 10
// Maybe they can be used to calculate the resulting location even with enabled mouse acceleration
// Maybe they can be used to calculate the resulting location even with enabled
// mouse acceleration
fn test_mouse_move(
enigo: &mut Enigo,
test_cases: Vec<Vec<((i32, i32), (i32, i32))>>,
Expand Down

0 comments on commit 3ac198e

Please sign in to comment.