![]() |
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.