|
typedef FBSTRING *(* | FB_INKEYPROC )(void) |
|
typedef int(* | FB_GETKEYPROC )(void) |
|
typedef int(* | FB_KEYHITPROC )(void) |
|
typedef void(* | FB_CLSPROC )(int mode) |
|
typedef int(* | FB_COLORPROC )(int fc, int bc, int flags) |
|
typedef int(* | FB_LOCATEPROC )(int row, int col, int cursor) |
|
typedef void(* | FB_VIEWUPDATEPROC )(void) |
|
typedef int(* | FB_WIDTHPROC )(int cols, int rows) |
|
typedef int(* | FB_GETXPROC )(void) |
|
typedef int(* | FB_GETYPROC )(void) |
|
typedef void(* | FB_GETXYPROC )(int *col, int *row) |
|
typedef void(* | FB_GETSIZEPROC )(int *cols, int *rows) |
|
typedef unsigned int(* | FB_READXYPROC )(int col, int row, int colorflag) |
|
typedef void(* | FB_PRINTBUFFPROC )(const void *buffer, size_t len, int mask) |
|
typedef void(* | FB_PRINTBUFFWPROC )(const FB_WCHAR *buffer, size_t len, int mask) |
|
typedef char *(* | FB_READSTRPROC )(char *buffer, ssize_t len) |
|
typedef int(* | FB_LINEINPUTPROC )(FBSTRING *text, void *dst, ssize_t dst_len, int fillrem, int addquestion, int addnewline) |
|
typedef int(* | FB_LINEINPUTWPROC )(const FB_WCHAR *text, FB_WCHAR *dst, ssize_t max_chars, int addquestion, int addnewline) |
|
typedef int(* | FB_MULTIKEYPROC )(int scancode) |
|
typedef int(* | FB_GETMOUSEPROC )(int *x, int *y, int *z, int *buttons_, int *clip) |
|
typedef int(* | FB_SETMOUSEPROC )(int x, int y, int cursor, int clip) |
|
typedef int(* | FB_INPROC )(unsigned short port) |
|
typedef int(* | FB_OUTPROC )(unsigned short port, unsigned char value) |
|
typedef void(* | FB_SLEEPPROC )(int msecs) |
|
typedef int(* | FB_ISREDIRPROC )(int is_input) |
|
typedef int(* | FB_PAGECOPYPROC )(int src, int dst) |
|
typedef int(* | FB_PAGESETPROC )(int active, int visible) |
|
typedef struct FB_HOOKSTB | FB_HOOKSTB |
|
|
FBCALL FBSTRING * | fb_Inkey (void) |
|
FBCALL FBSTRING * | fb_InkeyQB (void) |
|
FBCALL int | fb_Getkey (void) |
|
FBCALL int | fb_KeyHit (void) |
|
FBCALL void | fb_Cls (int mode) |
|
FBCALL int | fb_Color (int fc, int bc, int flags) |
|
FBCALL int | fb_LocateEx (int row, int col, int cursor, int *current_pos) |
|
FBCALL int | fb_Locate (int row, int col, int cursor, int start, int stop) |
|
FBCALL int | fb_LocateSub (int row, int col, int cursor) |
|
FBCALL void | fb_ViewUpdate (void) |
|
FBCALL int | fb_Width (int cols, int rows) |
|
FBCALL int | fb_WidthDev (FBSTRING *dev, int width) |
|
FBCALL int | fb_WidthFile (int fnum, int width) |
|
FBCALL int | fb_Pos (int dummy) |
|
FBCALL int | fb_GetX (void) |
|
FBCALL int | fb_GetY (void) |
|
FBCALL void | fb_GetXY (int *col, int *row) |
|
FBCALL void | fb_GetSize (int *cols, int *rows) |
|
FBCALL unsigned int | fb_ReadXY (int col, int row, int colorflag) |
|
char * | fb_ReadString (char *buffer, ssize_t len, FILE *f) |
|
FBCALL int | fb_LineInput (FBSTRING *text, void *dst, ssize_t dst_len, int fillrem, int addquestion, int addnewline) |
|
FBCALL int | fb_LineInputWstr (const FB_WCHAR *text, FB_WCHAR *dst, ssize_t max_chars, int addquestion, int addnewline) |
|
FBCALL int | fb_Multikey (int scancode) |
|
FBCALL int | fb_GetMouse (int *x, int *y, int *z, int *buttons_, int *clip) |
|
FBCALL int | fb_GetMouse64 (long long *x, long long *y, long long *z, long long *buttons_, long long *clip) |
|
FBCALL int | fb_SetMouse (int x, int y, int cursor, int clip) |
|
FBCALL int | fb_In (unsigned short port) |
|
FBCALL int | fb_Out (unsigned short port, unsigned char value) |
|
FBCALL void | fb_Sleep (int msecs) |
|
FBCALL void | fb_SleepQB (int secs) |
|
FBCALL void | fb_Delay (int msecs) |
|
FBCALL int | fb_SleepEx (int msecs, int kind) |
|
FBCALL int | fb_IsRedirected (int is_input) |
|
FBCALL int | fb_PageCopy (int src, int dst) |
|
FBCALL int | fb_PageSet (int active, int visible) |
|