base class — PyObjectPlus
The current mouse.
a dictionary containing the status of each mouse event. (read-only).
| Type: | dictionary {keycode:status, ...} |
|---|
a dictionary containing the status of only the active mouse events. (read-only).
| Type: | dictionary {keycode:status, ...} |
|---|
The normalized x and y position of the mouse cursor.
| Type: | list [x, y] |
|---|
The visibility of the mouse cursor.
| Type: | boolean |
|---|