WinGetCursor Function (ROM Call 0x14)

wingraph.h

void WinGetCursor (WINDOW *w, short *x, short *y);

Returns the cursor location for a window.

WinGetCursor returns the cursor location for the window pointed to by w into x and y. But, I am not quite sure what the "cursor" is. See notes about WinMoveCursor.


Used by: GD_Circle, GD_Eraser, GD_HVLine, GD_Line, GD_Pen, GD_Text, GZ_Box, GT_FreeTrace