OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_BUTTONS
(Results
1 - 3
of
3
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/joystick/dc/
SDL_sysjoystick.c
36
#define
MAX_BUTTONS
8 /* and 8 buttons */
100
joystick->nbuttons =
MAX_BUTTONS
;
/external/qemu/distrib/sdl-1.2.12/src/joystick/os2/
SDL_sysjoystick.c
44
#define
MAX_BUTTONS
8 /* 8 buttons */
200
maxbut =
MAX_BUTTONS
;
201
if (joycfg.axes>2) maxbut-=((joycfg.axes-2)<<1); /*
MAX_BUTTONS
- 2*(axes-2) */
/external/qemu/distrib/sdl-1.2.12/src/joystick/win32/
SDL_mmjoystick.c
40
#define
MAX_BUTTONS
32 /* and 32 buttons */
Completed in 56 milliseconds