include vmd.inc
mov ah, MouseType
mov al, IRQ
mov ebx, BallPointFlag
mov ecx, BallPointID
mov dh, ButtonCount
mov dl, PortNumber
VxDcall VMD_Set_Mouse_Data
Allows a mouse minidriver to provide information to VMOUSE about the type of mouse hardware the minidriver supports. VMOUSE stores information for only one mouse at a time. Uses EAX and Flags.
VMD_Type_Bus | VMD_Type_PS2 |
VMD_Type_Serial | VMD_Type_Serial_w_port |
VMD_Type_InPort | VMD_Type_Undefined |
VMD_Type_HP |
See also VMD_Get_Mouse_Data