FreeBASIC
0.91.0
Main Page
Data Structures
Files
File List
Globals
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
{
8
return
fb_ErrorSetNum
(
FB_RTERROR_ILLEGALFUNCTIONCALL
);
9
}
10
11
int
fb_ConsoleSetMouse
(
int
x,
int
y,
int
cursor,
int
clip )
12
{
13
return
fb_ErrorSetNum
(
FB_RTERROR_ILLEGALFUNCTIONCALL
);
14
}
rtlib
netbsd
io_mouse.c
Generated on Thu Jan 23 2014 19:40:09 for FreeBASIC by
1.8.4