﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
934	MouseGetCursor consumes left mouse clicks	martin	Jpm	"if a script continually calls MouseGetCursor() then double clicking in other applications can be disabled.
This thread [http://www.autoitscript.com/forum/index.php?showtopic=42268&hl=problem+MouseGetCursor] has three reports of the problem, and this example demonstrates. While the script is running double clicking on a desktop shortcut is liable to fail.


{{{
$g = GUICreate(""check mousegetcursor"")
GUISetState()
while GUIGetMsg()<> -3
	MouseGetCursor()
sleep(30)
Wend
}}}

"	Bug	closed	3.3.1.0	AutoIt	3.3.0.0	None	Fixed	MouseGetCursor	
