Opened 14 months ago
Last modified 14 months ago
#18606 closed bug
GetMouse() in MouseUp() does not show clicked button — at Version 1
Reported by: | thaflo | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | - General | Version: | R1/beta4 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | x86-64 |
Description (last modified by )
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
src attached run in terminal to see output
(I am using Haiku in VMWare)
Change History (3)
by , 14 months ago
Attachment: | MouseButtonTest.zip added |
---|
comment:1 by , 14 months ago
Description: | modified (diff) |
---|
Note:
See TracTickets
for help on using tickets.
mouse button click app