Go to the source code of this file.
Functions | |
int | FB_kb_init () |
int | FB_get_key () |
void | FB_kb_end () |
Definition in file FBkeyb.c.
|
Initialize keyboard handling, don't call if you don't need it |
|
Look at input buffer if there is some event not handled.
|
|
Ends keyboard usage, is called, if necessary by FB_end() Definition at line 88 of file FBkeyb.c. Referenced by FB_exit(). |