示例#1
0
def terminate():
    global scrBmpObj, _shapeTimer
    if isLeftMouseButtonLocked():
        unlockLeftMouseButton()
    if isRightMouseButtonLocked():
        unlockRightMouseButton()
    scrBmpObj = None
    winInputHook.terminate()
    _shapeTimer.Stop()
    _shapeTimer = None
示例#2
0
def terminate():
    winInputHook.terminate()
示例#3
0
def terminate():
    global scrBmpObj, _shapeTimer
    scrBmpObj = None
    winInputHook.terminate()
    _shapeTimer.Stop()
    _shapeTimer = None
def terminate():
	winInputHook.terminate()
示例#5
0
def terminate():
	global scrBmpObj, _shapeTimer
	scrBmpObj=None
	winInputHook.terminate()
	_shapeTimer.Stop()
	_shapeTimer = None
示例#6
0
def terminate():
	global scrBmpObj
	scrBmpObj=None
	winInputHook.terminate()
示例#7
0
def terminate():
	global scrBmpObj
	scrBmpObj=None
	winInputHook.terminate()