VMD_Post_Absolute_Pointer_Message


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.

AbsoluteX and AbsoluteY

Absolute horizontal and vertical coordinates.

ButtonStatus

Bit flags that specify the status of the buttons. For more information about the bit flags, see the description of the VMD_Post_Pointer_Message service.

See also VMD_Post_Pointer_Message