FreeBASIC
0.91.0
|
Go to the source code of this file.
Functions | |
int | fb_ConsoleLocate (int row, int col, int cursor) |
void | fb_ConsoleLocateRawEx (HANDLE hConsole, int row, int col, int cursor) |
FBCALL void | fb_ConsoleLocateRaw (int row, int col, int cursor) |
int fb_ConsoleLocate | ( | int | row, |
int | col, | ||
int | cursor | ||
) |
FBCALL void fb_ConsoleLocateRaw | ( | int | row, |
int | col, | ||
int | cursor | ||
) |
void fb_ConsoleLocateRawEx | ( | HANDLE | hConsole, |
int | row, | ||
int | col, | ||
int | cursor | ||
) |
Definition at line 27 of file io_locate.c.