FreeBASIC  0.91.0
io_mouse.c
Go to the documentation of this file.
1 /* console mode mouse functions */
2 
3 #include "../fb.h"
4 
5 int fb_ConsoleGetMouse( int *x, int *y, int *z, int *buttons, int *clip )
6 {
8 }
9 
10 int fb_ConsoleSetMouse( int x, int y, int cursor, int clip )
11 {
13 }