wherey

De RAD Studio
Aller à : navigation, rechercher

Remonter à Conio.h - Index


Header File

conio.h

Category

Console I/O Routines

Prototype

int wherey(void);

Description

Gives vertical cursor position within window.

Remarque :  Do not use this function in Win32 GUI applications.

wherey returns the y-coordinate of the current cursor position (within the current text window).

Return Value

wherey returns an integer in the range 1 to the number of rows in the current video mode.

Portability



POSIX Win32 ANSI C ANSI C++

+