Home
last modified time | relevance | path

Searched refs:MAX_JOYSTICK_BUTTONS (Results 1 – 15 of 15) sorted by relevance

/dports/games/vavoom/vavoom-1.33/source/
H A Din_sdl.cpp33 #ifndef MAX_JOYSTICK_BUTTONS
34 #define MAX_JOYSTICK_BUTTONS 100 macro
58 int joy_newb[MAX_JOYSTICK_BUTTONS];
61 int joy_oldb[MAX_JOYSTICK_BUTTONS];
H A Din_alleg.cpp63 int joy_oldb[MAX_JOYSTICK_BUTTONS];
/dports/devel/allegro/allegro-4.4.3.1/include/allegro/
H A Djoystick.h35 #define MAX_JOYSTICK_BUTTONS 32 macro
72 JOYSTICK_BUTTON_INFO button[MAX_JOYSTICK_BUTTONS];
/dports/devel/allegro/allegro-4.4.3.1/include/allegro/platform/
H A Daintwin.h148 int button[MAX_JOYSTICK_BUTTONS]; \
149 char *button_name[MAX_JOYSTICK_BUTTONS];
H A Daintosx.h53 … HID_MAX_DEVICE_ELEMENTS ((MAX_JOYSTICK_AXIS * MAX_JOYSTICK_STICKS) + MAX_JOYSTICK_BUTTONS)
/dports/games/flightgear/flightgear-2020.3.11/src/Input/
H A DFGJoystickInput.cxx214 if (nbuttons > MAX_JOYSTICK_BUTTONS) nbuttons = MAX_JOYSTICK_BUTTONS; in postinit()
216 unsigned int nbuttons = MAX_JOYSTICK_BUTTONS; in postinit()
407 for (int j = 0; j < MAX_JOYSTICK_BUTTONS; j++) { in updateJoystick()
H A DFGJoystickInput.hxx57 static const int MAX_JOYSTICK_BUTTONS = 32; member in FGJoystickInput
/dports/multimedia/kodi-addon-peripheral.joystick/peripheral.joystick-1.7.1-Matrix/src/api/cocoa/
H A DJoystickCocoa.cpp17 #define MAX_JOYSTICK_BUTTONS 512 macro
73 if (0 <= buttonId && buttonId < MAX_JOYSTICK_BUTTONS) in Initialize()
/dports/devel/allegro/allegro-4.4.3.1/src/linux/
H A Dljoy.c103 if (num_buttons > MAX_JOYSTICK_BUTTONS) in joy_init()
104 num_buttons = MAX_JOYSTICK_BUTTONS; in joy_init()
/dports/devel/allegro5/allegro5-5.2.7.0/include/allegro5/platform/
H A Daintosx.h69 … HID_MAX_DEVICE_ELEMENTS ((MAX_JOYSTICK_AXIS * MAX_JOYSTICK_STICKS) + MAX_JOYSTICK_BUTTONS)
/dports/devel/allegro/allegro-4.4.3.1/src/win/
H A Dwjoyw32.c186 win32_joystick[n_joy].num_buttons = MIN(caps.wNumButtons, MAX_JOYSTICK_BUTTONS); in joystick_win32_init()
H A Dwjoyhelp.c45 static char *name_b[MAX_JOYSTICK_BUTTONS] = {
H A Dwjoydx.c312 if (joy->num_buttons == MAX_JOYSTICK_BUTTONS-1) { in object_enum_callback()
/dports/devel/allegro/allegro-4.4.3.1/src/dos/
H A Dgripjoy.c537 if (joy[i].num_buttons > MAX_JOYSTICK_BUTTONS) in grip_init()
538 joy[i].num_buttons = MAX_JOYSTICK_BUTTONS; in grip_init()
/dports/devel/allegro/allegro-4.4.3.1/src/macosx/
H A Dhidjoy.m77 if (element->index >= MAX_JOYSTICK_BUTTONS || element->app>=MAX_JOYSTICKS) {