Modify

Opened 15 years ago

Closed 15 years ago

#932 closed Feature Request (Completed)

Add additonal mouse event constants to WindowsConstants.au3

Reported by: Spiff59 Owned by: Jpm
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 Changed 15 years ago by TicketCleanup

  • Version 3.3.0.0 deleted

Automatic ticket cleanup.

comment:2 Changed 15 years ago by Jpm

  • Milestone set to 3.3.1.0
  • Owner set to Jpm
  • Resolution set to Completed
  • Status changed from new to closed

Added in version: 3.3.1.0

Guidelines for posting comments:

  • You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
  • In-depth discussions should take place on the forum.

For more information see the full version of the ticket guidelines here.

Add Comment

Modify Ticket

Action
as closed The owner will remain Jpm.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.