Can we trap mouse wheel movements? (OpenInsight Specific)
At 18 FEB 1998 03:59:56PM Dave Pociu wrote:
Is there a way to trap the events generated by the wheel movement on the newer mice ?
At 19 FEB 1998 07:31AM Cameron Revelation wrote:
David,
Is there a way to trap the events generated by the wheel movement on the newer mice ?
What message id(s) does the wheel generate?
Cameron Purdy
info@revelation.com
At 19 FEB 1998 11:27AM Dave Pociu wrote:
I don't know! I hope someone in this discussion area would! Anybody?
Once we get that, we use Qualify_event and WinMsg right?
At 19 FEB 1998 02:03PM Cameron Revelation wrote:
David,
Once we get that, we use Qualify_event and WinMsg right?
Exactly.
Cameron Purdy
info@revelation.com
At 27 FEB 1998 01:52AM Barry Allyn wrote:
#define WM_MBUTTONDOWN 0x0207
#define WM_MBUTTONUP 0x0208
#define WM_MBUTTONDBLCLK 0x0209
#define WM_MOUSEWHEEL 0x020A