VMDAPI_UPDATE_MOUSE_STATE

include vmd.inc
 
mov     ax, VMDAPI_UPDATE_MOUSE_STATE
call    pVMD_API_Entry
 

Retrieves the current state of the mouse buttons and the current position of the mouse pointer, and then passes the information to the mouse-event callback function. Uses Flags. Clears carry flag upon success, sets it upon failure.

See also VMDAPI_SET_MOUSE_EVENT_CALLBACK