www.delorie.com/djgpp/doc/libc-2.01/libc_546.html   search  
Go to the first, previous, next, last section, table of contents.


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.

Example

ScreenGetCursor(&wherex, &wherey);


Go to the first, previous, next, last section, table of contents.

  prev next   webmaster     delorie software   privacy  
  Copyright © 1997     Updated Apr 1997