FreeBASIC
0.91.0
Main Page
Data Structures
Files
File List
Globals
io_inkey.c
Go to the documentation of this file.
1
/* console INKEY() function */
2
3
#include "../fb.h"
4
5
FBSTRING
*
fb_ConsoleInkey
(
void
)
6
{
7
return
0;
8
}
9
10
int
fb_ConsoleGetkey
(
void
)
11
{
12
return
0;
13
}
14
15
int
fb_ConsoleKeyHit
(
void
)
16
{
17
return
0;
18
}
rtlib
xbox
io_inkey.c
Generated on Thu Jan 23 2014 19:40:09 for FreeBASIC by
1.8.4