FreeBASIC
0.91.0
Main Page
Data Structures
Files
File List
Globals
io_input.c
Go to the documentation of this file.
1
/* console input helpers */
2
3
#include "../fb.h"
4
#include "
fb_private_console.h
"
5
6
int
fb_hConsoleInputBufferChanged
(
void
)
7
{
8
/* FIXME: We need to find a method to set a flag whenver a NEW character
9
* was passed to the input buffer. Maybe we can use something
10
* like ftell( stdin ) + some modifications of key input functions?
11
*
12
* INFO: Don't clear the input buffer in any case because this will
13
* cause more trouble than not clearing the input buffer.
14
*
15
* mjs, 2005-10-13
16
*/
17
return
fb_KeyHit
();
18
}
rtlib
unix
io_input.c
Generated on Thu Jan 23 2014 19:40:09 for FreeBASIC by
1.8.4