Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2008-03-07 01:45:11 +0300
committerCampbell Barton <ideasman42@gmail.com>2008-03-07 01:45:11 +0300
commit955e1b7ba0300035d0a2f64847d4554dec1a2db4 (patch)
treeed3f9c81945a61be2bf2783ea9b006b74953a234 /source/blender/python/api2_2x/doc
parentff63ac4bcda3da68008021ee072d89ecb0396dd7 (diff)
PyAPI - Window.TestBreak() - True if the user pressed escape.
Diffstat (limited to 'source/blender/python/api2_2x/doc')
-rw-r--r--source/blender/python/api2_2x/doc/Window.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/source/blender/python/api2_2x/doc/Window.py b/source/blender/python/api2_2x/doc/Window.py
index 7fceeb757de..1625e4d4082 100644
--- a/source/blender/python/api2_2x/doc/Window.py
+++ b/source/blender/python/api2_2x/doc/Window.py
@@ -434,6 +434,12 @@ def QHandle (winId):
@param winId: the window id, see L{GetScreenInfo}.
@note: see L{QAdd} for how to send events to a particular window.
"""
+def TestBreak ():
+ """
+ Return true if the user has pressed escape
+ @rtype: bool
+ @return: a boolean from a test if the user pressed escape
+ """
def GetMouseCoords ():
"""