FreeBASIC
0.91.0
Main Page
Data Structures
Files
File List
Globals
gfx_joystick.c
Go to the documentation of this file.
1
/* joystick handling, openbsd */
2
3
#include "../fb_gfx.h"
4
5
FBCALL
int
fb_GfxGetJoystick
(
int
id
, ssize_t *buttons,
float
*a1,
float
*a2,
float
*a3,
float
*a4,
float
*a5,
float
*a6,
float
*a7,
float
*a8)
6
{
7
*buttons = -1;
8
*a1 = *a2 = *a3 = *a4 = *a5 = *a6 = *a7 = *a8 = -1000.0;
9
10
return
fb_ErrorSetNum
(
FB_RTERROR_ILLEGALFUNCTIONCALL
);
11
}
gfxlib2
openbsd
gfx_joystick.c
Generated on Thu Jan 23 2014 19:40:05 for FreeBASIC by
1.8.4