Skip to content

HalloSpaceBoy5/Mousedata-Library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

This is a libray meant to simplifiy the process of measuring the mouse. This labrary requires the module mouse (pip install mouse). Documentation is as follows:

getMouseX()

Finds the mouse's X coordinate and returns it as an integer.

getMouseY()

Finds the mouse's Y coordinate and returns it as an integer.

getMouseCoords()

Finds both mouse and returns them as a string (x, y)

waitForActivity()

Stops thread until mouse movement is detected

gotoOrigin()

Moves mouse to the origin of screen 1

goto()

Moves mouse to specified coordinate

About

This is a library that can give data about the mouse

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages