Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/python_api/rst/bge_types/bge.types.SCA_MouseSensor.rst')
-rw-r--r--doc/python_api/rst/bge_types/bge.types.SCA_MouseSensor.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/python_api/rst/bge_types/bge.types.SCA_MouseSensor.rst b/doc/python_api/rst/bge_types/bge.types.SCA_MouseSensor.rst
index 8f22ec06404..dbf90d9b0ce 100644
--- a/doc/python_api/rst/bge_types/bge.types.SCA_MouseSensor.rst
+++ b/doc/python_api/rst/bge_types/bge.types.SCA_MouseSensor.rst
@@ -29,7 +29,7 @@ base class --- :class:`SCA_ISensor`
.. method:: getButtonStatus(button)
Get the mouse button status.
-
+
:arg button: The code that represents the key you want to get the state of, use one of :ref:`these constants<mouse-keys>`
:type button: int
:return: The state of the given key, can be one of :ref:`these constants<input-status>`