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 #include "fb_private_console.h"
5 
6 int fb_ConsoleGetMouse( int *x, int *y, int *z, int *buttons, int *clip )
7 {
9 }
10 
11 int fb_ConsoleSetMouse( int x, int y, int cursor, int clip )
12 {
14 }