Displaying 1 result from an estimated 1 matches for "wm_lmouseup".
2001 Aug 20
1
Event trail info help request
...t locally, daily from CVS.
I'm using Xfree 4.0.2 with a microtouch touchscreen, and I'm chasing a
mouse event bug.
I write my software in Borland Delphi 4.
For testing, I have written a program that simply intercepts the application
message queue, and filters WM_MOUSEMOVE, WM_LMOUSEDOWN and WM_LMOUSEUP events,
and prints them to a memo component complete with hex representation of the
hwnd from the message.
I'm running the program with
wine -managed --debugmsg +event Project1.exe
This applies to all the windows programs I have run so far. I use Calc.exe from
win95 as a good example.
It wo...