blender/doc
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
..
blender_file_format pass -noaudio when running blender for various utilities - doc-gen and tests. 2011-10-19 21:55:27 +00:00
build_systems Remove some more $Id$ that still were left after r41227 and r41228. 2011-10-23 19:01:59 +00:00
doxygen use (const char*) rather than (char*) where possible. 2011-11-05 11:04:28 +00:00
guides == docs == 2010-10-13 14:44:22 +00:00
license == docs == 2010-10-13 14:44:22 +00:00
manpage picky edits & regen man page 2011-12-10 01:07:22 +00:00
python_api Committing patch "[#29763] Adding an active_events property to SCA_PythonKeyboard and SCA_PythonMouse" 2012-01-22 05:45:56 +00:00