Opened 14 months ago
Last modified 14 months ago
#18606 closed bug
GetMouse() in MouseUp() does not show clicked button — at Initial Version
Reported by: | thaflo | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | - General | Version: | R1/beta4 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | x86-64 |
Description
I wrote a small app to check messages from the mouse. in MouseDown() I call GetMouse and get different numbers for the different mouse buttons in MouseUp() I call GetMouse and get always 0 for different mouse buttons
attaching the src
(I am using Haiku in VMWare)
Note:
See TracTickets
for help on using tickets.
mouse button click app