Changeset View
Changeset View
Standalone View
Standalone View
doc/python_api/rst/bge_types/bge.types.SCA_PythonMouse.rst
| Show All 19 Lines | .. attribute:: active_events | ||||
| a dictionary containing the status of only the active mouse events. (read-only). | a dictionary containing the status of only the active mouse events. (read-only). | ||||
| :type: dictionary {:ref:`keycode<mouse-keys>`::ref:`status<input-status>`, ...} | :type: dictionary {:ref:`keycode<mouse-keys>`::ref:`status<input-status>`, ...} | ||||
| .. attribute:: position | .. attribute:: position | ||||
| The normalized x and y position of the mouse cursor. | The normalized x and y position of the mouse cursor. | ||||
| :type: list [x, y] | :type: tuple (x, y) | ||||
| .. attribute:: visible | .. attribute:: visible | ||||
| The visibility of the mouse cursor. | The visibility of the mouse cursor. | ||||
| :type: boolean | :type: boolean | ||||