include vmd.inc
VxDcall VMD_Get_Mouse_Data
mov MouseType, ah
mov IRQ, al
mov BallPointID, ecx
mov ButtonCount, dh
mov PortNumber, dl
Allows a virtual device to retrieve information about the mouse that a mouse minidriver has registered using a previous call to the VMD_Set_Mouse_Data service. VMOUSE stores information for only one mouse at a time. Uses EAX, ECX, and EDX.
See also VMD_Set_Mouse_Data