MOVECURSOR

include vmd.inc
 
mov     eax, MOVECURSOR
mov     ecx, OFFSET32 Point_Struc
Call    CursorProc
 

Moves the cursor to the specified position on the display.

Point_Struc
Address of a Point_Struc structure that contains the new x and y screen coordinates for the cursor.

See also Point_Struc