[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

ScreenGetCursor

Syntax

 
#include <pc.h>

void  ScreenGetCursor(int *row, int *column);

Description

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.

Return Value

None.

Portability

ANSI/ISO C No
POSIX No

Example

 
ScreenGetCursor(&wherex, &wherey);