Small changes to API docs on curves and space handlers explanations.

This commit is contained in:
Ken Hughes
2005-12-02 21:25:30 +00:00
parent 6263390e73
commit 9588cfdffe
2 changed files with 49 additions and 17 deletions

View File

@@ -228,9 +228,9 @@ Introduction:
evt = Blender.event
return_it = False
if evt == DRAW.LEFTMOUSE:
if evt == Draw.LEFTMOUSE:
print "Swallowing the left mouse button press"
elif evt == DRAW.AKEY:
elif evt == Draw.AKEY:
print "Swallowing an 'a' character"
else:
print "Let the 3D View itself process this event:", evt