FreeBASIC  0.91.0
io_locate.c File Reference
#include "../fb.h"
#include "fb_private_console.h"
Include dependency graph for io_locate.c:

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)
 

Function Documentation

int fb_ConsoleLocate ( int  row,
int  col,
int  cursor 
)

Definition at line 6 of file io_locate.c.

Here is the call graph for this function:

FBCALL void fb_ConsoleLocateRaw ( int  row,
int  col,
int  cursor 
)

Definition at line 50 of file io_locate.c.

Here is the call graph for this function:

void fb_ConsoleLocateRawEx ( HANDLE  hConsole,
int  row,
int  col,
int  cursor 
)

Definition at line 27 of file io_locate.c.

Here is the call graph for this function:

Here is the caller graph for this function: