Skip to content

Commit cdb6a9d

Browse files
Added a README
1 parent 1dfb0f4 commit cdb6a9d

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# display_mouse_sim
2+
Minimalistic mouse automation functions.
3+
4+
## Functions
5+
6+
- **display_mouse_button_press(button)**
7+
Presses the given mouse button (analogous to `keyboard_key_press`)
8+
- **display_mouse_button_release(button)**
9+
Releases the given mouse button (analogous to `keyboard_key_release`)
10+
- **display_mouse_button_check_direct(button)**
11+
Checks if the given mouse button is currently held down (analogous to `keyboard_check_direct`)
12+
- **display_mouse_wheel_scroll(amount)**
13+
Sends a scroll wheel event.
14+
Usually, amount of `120` is one scroll up and `-120` is one scroll down, but you may find that many applications don't actually care about amount at all, only the direction.
15+
16+
## Meta
17+
18+
**Author:** [YellowAfterlife](https://github.com/YellowAfterlife)
19+
**License:** MIT

0 commit comments

Comments
 (0)