include vmd.inc
mov esi, AbsoluteX
mov edi, AbsoluteY
mov al, ButtonStatus
VxDcall VMD_Post_Absolute_Pointer_Message
Informs VMOUSE of a mouse event generated by an absolute pointing device, specifying the absolute coordinates the device and the status of the buttons. VMOUSE simply passes the information to the Windows USER module through the Mouse_Event callback function. This service does nothiing if called from a non-system VM. A mouse minidriver uses the VMD_Post_Absolute_Pointer_Message service. Uses Flags; clears carry flag.
See also VMD_Post_Pointer_Message