PyAPI - Window.TestBreak() - True if the user pressed escape.

This commit is contained in:
2008-03-06 22:45:11 +00:00
parent ff63ac4bcd
commit 955e1b7ba0
2 changed files with 21 additions and 0 deletions

View File

@@ -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 ():
"""