Closed mtss92 closed 2 years ago
Add support for recording mouse click and scrolls #4
import pynput package for listening to mouse clicks and events. then log events in the following format: [MouseButtonName_Up/Down(x, y)] ex: [Left_Down(229, 458)]
pynput
Linked Issue
Add support for recording mouse click and scrolls #4
Describe the changes
import
pynput
package for listening to mouse clicks and events. then log events in the following format: [MouseButtonName_Up/Down(x, y)] ex: [Left_Down(229, 458)]