We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4042661 commit 50b605eCopy full SHA for 50b605e
tests/common/enigo_test.rs
@@ -3,8 +3,7 @@ use std::net::{TcpListener, TcpStream};
3
use tungstenite::accept;
4
5
use enigo::{
6
- Axis, Button,
7
- Coordinate::{self, Abs},
+ Axis, Coordinate,
8
Direction::{self, Click, Press, Release},
9
Enigo, Key, Keyboard, Mouse, Settings,
10
};
0 commit comments