From 5c6ef95b716b97f4d2bc7902049ecf4451e255fd Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Thu, 22 Jan 2015 03:20:39 -0200 Subject: [PATCH] Docs: touch ups in the bge.render doc introduction --- doc/python_api/rst/bge.render.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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