﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
634	Increased activtity on mouse move	scottrade@…		"There is a increased activity when you move your mouse. The mouse doesn't have to be over the window.


{{{
$GUI = GUICreate(""The Matrix"", 640, 480, -1, -1)
GUISetCursor(16, 1, $GUI)
GUISetBkColor(0x000000)
GUICtrlSetDefColor(0x008000, $GUI)
GUISetFont(9, 500, 0, ""Courier New"",$GUI)
Global $Char[1568]
$Num = 0
For $a = 0 To 48
	For $b = 0 To 31
		$Char[$Num] = GUICtrlCreateLabel("""", $a * 13, $b * 15, 13, 15, 1)
		$Num = $Num + 1
	Next
Next
GUISetState(@SW_SHOW)
While 1
	GUICtrlSetData($Char[Random(0, 1568)], Chr(Random(32, 255)))
	If GUIGetMsg() = -3 Then Exit
WEnd
}}}
"	Bug	closed		AutoIt	3.2.12.0	None	No Bug		
