﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
932	Add additonal mouse event constants to WindowsConstants.au3	Spiff59	Jpm	"Some system messages, such as WM_SETCURSOR, as well as some calls to user32.dll, return mouse events in the range of 0x200 to 0x209.

These constants already exist in WindowsConstants.au3:
$WM_MOUSEMOVE = 0x200
$WM_LBUTTONUP = 0x202

That list is incomplete. I suggest this would be a more complete, and useful, list:
$WM_MOUSEMOVE = 0x200
$WM_LBUTTONDOWN = 0x201
$WM_LBUTTONUP = 0x202
$WM_RBUTTONDOWN = 0x204
$WM_RBUTTONUP = 0x205
$WM_MBUTTONDOWN = 0x207
$WM_MBUTTONUP = 0x208

Reference topic: 81761
Thank you.




"	Feature Request	closed	3.3.1.0	AutoIt		None	Completed		
