blender/doc/python_api/rst
Mitchell Stokes 57d48d4493 Committing patch "[#29763] Adding an active_events property to SCA_PythonKeyboard and SCA_PythonMouse"
Here is the description:
As the summary says, this patch adds a new event to both SCA_PythonKeyboard and SCA_PythonMouse. This property is similar to the events property that both have, but it only returns events which are not KX_NO_INPUTSTATUS. This moves the "no input" check from Python to C, which gave my input handling code a 2x speed up. Python sucks (performance-wise) with iterating lists and SCA_PythonKeyboard has close to 200 events (I think something like 177, but I don't know for sure).
2012-01-22 05:45:56 +00:00
..
bge.constraints.rst rst API doc fixes: literalincluding bge.texture and bge.constraints examples + bgl fixes 2011-08-04 09:47:40 +00:00
bge.events.rst py api: sphinx doc corrections, pep8 cleanup and style edits, also added __all__ to some modules which were missing it. 2011-07-31 03:15:37 +00:00
bge.logic.rst docs / clenup (no functional code changes) 2011-10-17 02:20:53 +00:00
bge.render.rst BGE: Adding two new functions to bge.render to allow users to change the anisotropic filtering level used by textures: 2011-08-31 05:51:51 +00:00
bge.texture.rst bge api doc update 2012-01-13 08:58:12 +00:00
bge.types.rst Committing patch "[#29763] Adding an active_events property to SCA_PythonKeyboard and SCA_PythonMouse" 2012-01-22 05:45:56 +00:00
bgl.rst fix bad URL in bgl doc 2011-10-16 15:01:13 +00:00
change_log.rst update the api changelog 2.60 --> 2.61 2011-12-22 21:44:52 +00:00
gpu.rst Patch #29336: renaming UV (Texture) Layer to UV Map in the user interface, 2011-11-23 17:25:25 +00:00
info_best_practice.rst remove blender 2.5 references in docs 2012-01-12 15:16:08 +00:00
info_gotcha.rst tab -> spaces 2011-11-18 04:55:43 +00:00
info_overview.rst remove blender 2.5 references in docs 2012-01-12 15:16:08 +00:00
info_quickstart.rst remove blender 2.5 references in docs 2012-01-12 15:16:08 +00:00
info_tips_and_tricks.rst give a more useful error when attempting to opengl render in background mode. 2012-01-13 06:59:16 +00:00