Modify

Opened 17 years ago

Closed 17 years ago

#932 closed Feature Request (Completed)

Add additonal mouse event constants to WindowsConstants.au3

Reported by: Spiff59 Owned by: J-Paul Mesnage
Milestone: 3.3.1.0 Component: AutoIt
Version: Severity: None
Keywords: Cc:

Description

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.

Attachments (0)

Change History (2)

comment:1 by TicketCleanup, 17 years ago

Version: 3.3.0.0

Automatic ticket cleanup.

comment:2 by J-Paul Mesnage, 17 years ago

Milestone: 3.3.1.0
Owner: set to J-Paul Mesnage
Resolution: Completed
Status: newclosed

Added in version: 3.3.1.0

Modify Ticket

Action
as closed The owner will remain J-Paul Mesnage.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.