FreeBASIC  0.91.0
io_multikey.c
Go to the documentation of this file.
1 /* console multikey() */
2 
3 #include "../fb.h"
4 
5 int fb_ConsoleMultikey( int scancode )
6 {
8  return FB_FALSE;
9 }