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