#316 closed enhancement (invalid)
Please enhance the B_MOUSE_UP message with button states.
Reported by: | Owned by: | axeld | |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | - General | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Hello,
This is not a bug, but a feature request.
There is a buttons-field in the B_MOUSE_UP message, however it seems it's always
- Please enhance the B_MOUSE_UP message with button states.
See this forum post for details: http://haiku-os.org/forums/viewtopic.php?t=725
Change History (2)
comment:1 by , 19 years ago
Resolution: | → invalid |
---|
comment:2 by , 19 years ago
Status: | new → closed |
---|
Note:
See TracTickets
for help on using tickets.
You also get a B_MOUSE_UP message when other mouse buttons might still be pressed - their status can be found in the "buttons" field of the message. If you need to know which button(s) was pressed before, just remember the value that was part of the B_MOUSE_DOWN message earlier.