mouseMoved()
Example

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