예제 #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
예제 #4
0
def terminate():
	winInputHook.terminate()
예제 #5
0
파일: mouseHandler.py 프로젝트: bramd/nvda
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()