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
5
int
fb_ConsoleGetMouse
(
int
*x,
int
*y,
int
*z,
int
*buttons,
int
*clip )
6
{
7
return
fb_ErrorSetNum
(
FB_RTERROR_ILLEGALFUNCTIONCALL
);
8
}
9
10
int
fb_ConsoleSetMouse
(
int
x,
int
y,
int
cursor,
int
clip )
11
{
12
return
fb_ErrorSetNum
(
FB_RTERROR_ILLEGALFUNCTIONCALL
);
13
}
rtlib
xbox
io_mouse.c
Generated on Thu Jan 23 2014 19:40:09 for FreeBASIC by
1.8.4