FreeBASIC  0.91.0
fb_private_console.h
Go to the documentation of this file.
1 typedef struct _FB_CONSOLE_CTX {
2  int active, visible;
3  int w, h;
4  unsigned long phys_addr;
8 
10 
11 int fb_ConsoleLocate_BIOS( int row, int col, int cursor );
12 void fb_ConsoleGetXY_BIOS( int *col, int *row );
13 unsigned int fb_ConsoleReadXY_BIOS( int col, int row, int colorflag );
14 void fb_ConsoleScroll_BIOS( int x1, int y1, int x2, int y2, int nrows );
15 void fb_ConsoleScrollEx( int x1, int y1, int x2, int y2, int nrows );
16 void fb_ConsoleMultikeyInit( void );
17 unsigned short fb_hSetCursorPos( int col, int row );