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 , 17 years ago
| Version: | 3.3.0.0 |
|---|
comment:2 by , 17 years ago
| Milestone: | → 3.3.1.0 |
|---|---|
| Owner: | set to |
| Resolution: | → Completed |
| Status: | new → closed |
Added in version: 3.3.1.0
Note:
See TracTickets
for help on using tickets.

Automatic ticket cleanup.