Menu

[0a35e6]: / src / rtlib / unix / io_input.c  Maximize  Restore  History

Download this file

10 lines (7 with data), 148 Bytes

1
2
3
4
5
6
7
8
9
/* console input helpers */
#include "../fb.h"
#include "fb_private_console.h"
int fb_hConsoleInputBufferChanged( void )
{
return fb_KeyHit();
}
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.