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
path: root/doc
diff options
context:
space:
mode:
authorDalai Felinto <dfelinto@gmail.com>2015-01-22 08:20:39 +0300
committerDalai Felinto <dfelinto@gmail.com>2015-01-22 08:20:39 +0300
commit5c6ef95b716b97f4d2bc7902049ecf4451e255fd (patch)
tree94a45091cd21d0dc3d413881956844330ff27a25 /doc
parent8ed439b89ed4f4c968c90f8074bb0925f79cee80 (diff)
Docs: touch ups in the bge.render doc introduction
Diffstat (limited to 'doc')
-rw-r--r--doc/python_api/rst/bge.render.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/python_api/rst/bge.render.rst b/doc/python_api/rst/bge.render.rst
index 03db3bf3b76..77d5bd71761 100644
--- a/doc/python_api/rst/bge.render.rst
+++ b/doc/python_api/rst/bge.render.rst
@@ -8,9 +8,13 @@ Intro
.. module:: bge.render
+Example of using a :class:`bge.types.SCA_MouseSensor`, and two :class:`bge.types.KX_ObjectActuator` to implement MouseLook:
+
+.. note::
+ This can also be achieved with the :class:`bge.types.KX_MouseActuator`.
+
.. code-block:: python
- # Example Uses an L{SCA_MouseSensor}, and two L{KX_ObjectActuator}s to implement MouseLook::
# To use a mouse movement sensor "Mouse" and a
# motion actuator to mouse look:
import bge