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