FreeBASIC
0.91.0
|
Go to the source code of this file.
Data Structures | |
struct | _JS_EVENT |
struct | _JOYDATA |
Macros | |
#define | JS_EVENT_BUTTON 0x01 |
#define | JS_EVENT_AXIS 0x02 |
#define | JS_EVENT_INIT 0x80 |
#define | JSIOCGVERSION _IOR('j', 0x01, unsigned int) |
Typedefs | |
typedef struct _JS_EVENT | JS_EVENT |
typedef struct _JOYDATA | JOYDATA |
Functions | |
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) |
Variables | |
static JOYDATA | joydata [16] |
static int | inited = FALSE |
#define JS_EVENT_AXIS 0x02 |
Definition at line 11 of file gfx_joystick.c.
#define JS_EVENT_BUTTON 0x01 |
Definition at line 10 of file gfx_joystick.c.
#define JS_EVENT_INIT 0x80 |
Definition at line 12 of file gfx_joystick.c.
#define JSIOCGVERSION _IOR('j', 0x01, unsigned int) |
Definition at line 21 of file gfx_joystick.c.
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 | ||
) |
|
static |
Definition at line 30 of file gfx_joystick.c.
|
static |
Definition at line 29 of file gfx_joystick.c.