| delorie.com/djgpp/doc/libc/libc_676.html | search |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
#include <pc.h> void ScreenGetCursor(int *row, int *column); |
This function retrieves the current cursor position of the default video page by calling function 3 of the interrupt 10h, and stores it in the variables pointed by row and column.
None.
| ANSI/ISO C | No |
| POSIX | No |
ScreenGetCursor(&wherex, &wherey); |
| webmaster | delorie software privacy |
| Copyright © 2004 | Updated Apr 2004 |