How to Add Middle Mouse Button from a VxD Using Simple Hook (153382)
The information in this article applies to:
- Microsoft Win32 Device Driver Kit (DDK) Windows 95
This article was previously published under Q153382 SUMMARY
A VxD can hook the VMD_Manipulate_Pointer_Message call using
Hook_Device_Service to modify mouse information sent in messages. But if
you just want to cause a middle button status during message updates, you
can hook a similar but simpler VMD_Set_Middle_Button call.
REFERENCES
Mouse.hlp from the DDK.
VMOUSE internal source code.
Modification Type: | Minor | Last Reviewed: | 7/22/2004 |
---|
Keywords: | kbHID kbInput KB153382 |
---|
|