rst doc update: adding a link to Joystick class from bge.logic.joysticks

(so one can find more about the joystick class without having to search joystick)
code untested by the way. Sorry but I can no longer build sphinx docs here. I will try to fix that later.
This commit is contained in:
Dalai Felinto 2013-02-28 05:18:47 +00:00
parent 1810913f81
commit 748dd18de4
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ Variables
.. data:: joysticks
A list of attached joysticks. The list size it he maximum number of supported joysticks. If no joystick is available for a given slot, the slot is set to None.
A list of attached :class:`~bge.types.SCA_PythonJoystick`s. The list size is the maximum number of supported joysticks. If no joystick is available for a given slot, the slot is set to None.
*****************
General functions