mouseMoved()
Example

Syntax
def mouseMoved():
# do stuffDescription
This function is called every time the mouse moves and none of the mouse buttons is pressed.
Last updated

def mouseMoved():
# do stuffThis function is called every time the mouse moves and none of the mouse buttons is pressed.
Last updated