Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Aug 4, 2024
1 parent 2c15854 commit 72edd71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/drag_and_drop.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from zero_hid import Mouse
from time import sleep

print("Move the mouse above something...")
sleep(5)
with Mouse() as m:
m.left_click(release=False)
Expand Down

0 comments on commit 72edd71

Please sign in to comment.