|
FreeBASIC
0.91.0
|
Data Fields | |
| int | fd |
| float | axis [8] |
| int | buttons |
| int | detected |
| int | available |
| JOYCAPS | caps |
Definition at line 23 of file gfx_joystick.c.
| int _JOYDATA::available |
Definition at line 10 of file gfx_joystick.c.
| float _JOYDATA::axis[8] |
Definition at line 25 of file gfx_joystick.c.
| int _JOYDATA::buttons |
Definition at line 26 of file gfx_joystick.c.
| JOYCAPS _JOYDATA::caps |
Definition at line 11 of file gfx_joystick.c.
| int _JOYDATA::detected |
Definition at line 10 of file gfx_joystick.c.
| int _JOYDATA::fd |
Definition at line 24 of file gfx_joystick.c.