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

Go to the source code of this file.

Functions

void fb_ConsoleGetRawXYEx (HANDLE hConsole, int *col, int *row)
 
void fb_ConsoleGetRawXY (int *col, int *row)
 
FBCALL void fb_ConsoleGetXY (int *col, int *row)
 

Function Documentation

void fb_ConsoleGetRawXY ( int *  col,
int *  row 
)

Definition at line 20 of file io_getxy.c.

Here is the call graph for this function:

void fb_ConsoleGetRawXYEx ( HANDLE  hConsole,
int *  col,
int *  row 
)

Definition at line 4 of file io_getxy.c.

Here is the caller graph for this function:

FBCALL void fb_ConsoleGetXY ( int *  col,
int *  row 
)

Definition at line 25 of file io_getxy.c.

Here is the call graph for this function: