Searched refs:JOYSTICKS_MAX (Results 1 – 16 of 16) sorted by relevance
/dports/devel/godot2-tools/godot-2.1.6-stable/platform/windows/ |
H A D | joystick.h | 62 JOYSTICKS_MAX = 16, enumerator 123 bool attached_joysticks[JOYSTICKS_MAX]; 124 dinput_gamepad d_joysticks[JOYSTICKS_MAX];
|
H A D | joystick.cpp | 62 for (int i = 0; i < JOYSTICKS_MAX; i++) in joystick_windows() 82 for (int i = 0; i < JOYSTICKS_MAX; i++) { in have_device() 261 for (int i = 0; i < JOYSTICKS_MAX; i++) { in close_joystick() 370 for (int i = 0; i < JOYSTICKS_MAX; i++) { in process_joysticks()
|
/dports/devel/godot2/godot-2.1.6-stable/platform/windows/ |
H A D | joystick.h | 62 JOYSTICKS_MAX = 16, enumerator 123 bool attached_joysticks[JOYSTICKS_MAX]; 124 dinput_gamepad d_joysticks[JOYSTICKS_MAX];
|
H A D | joystick.cpp | 62 for (int i = 0; i < JOYSTICKS_MAX; i++) in joystick_windows() 82 for (int i = 0; i < JOYSTICKS_MAX; i++) { in have_device() 261 for (int i = 0; i < JOYSTICKS_MAX; i++) { in close_joystick() 370 for (int i = 0; i < JOYSTICKS_MAX; i++) { in process_joysticks()
|
/dports/devel/godot2/godot-2.1.6-stable/platform/x11/ |
H A D | joystick_linux.h | 49 JOYSTICKS_MAX = 16, enumerator 77 Joystick joysticks[JOYSTICKS_MAX];
|
H A D | joystick_linux.cpp | 225 for (int i = 0; i < JOYSTICKS_MAX; i++) { in get_joy_from_path() 236 for (int i = 0; i < JOYSTICKS_MAX; i++) { in close_joystick() 464 for (int i = 0; i < JOYSTICKS_MAX; i++) { in process_joysticks()
|
/dports/devel/godot2-tools/godot-2.1.6-stable/platform/x11/ |
H A D | joystick_linux.h | 49 JOYSTICKS_MAX = 16, enumerator 77 Joystick joysticks[JOYSTICKS_MAX];
|
H A D | joystick_linux.cpp | 225 for (int i = 0; i < JOYSTICKS_MAX; i++) { in get_joy_from_path() 236 for (int i = 0; i < JOYSTICKS_MAX; i++) { in close_joystick() 464 for (int i = 0; i < JOYSTICKS_MAX; i++) { in process_joysticks()
|
/dports/devel/godot2/godot-2.1.6-stable/platform/osx/ |
H A D | joystick_osx.h | 92 JOYSTICKS_MAX = 16, enumerator
|
/dports/devel/godot2-tools/godot-2.1.6-stable/platform/osx/ |
H A D | joystick_osx.h | 92 JOYSTICKS_MAX = 16, enumerator
|
/dports/devel/godot2/godot-2.1.6-stable/main/ |
H A D | input_default.h | 128 JOYSTICKS_MAX = 16, enumerator
|
H A D | input_default.cpp | 1192 for (int i = 0; i < JOYSTICKS_MAX; i++) { in get_unused_joy_id()
|
/dports/devel/godot2-tools/godot-2.1.6-stable/main/ |
H A D | input_default.h | 128 JOYSTICKS_MAX = 16, enumerator
|
H A D | input_default.cpp | 1192 for (int i = 0; i < JOYSTICKS_MAX; i++) { in get_unused_joy_id()
|
/dports/devel/godot2/godot-2.1.6-stable/platform/winrt/ |
H A D | os_winrt.h | 86 JOYSTICKS_MAX = 8, enumerator
|
/dports/devel/godot2-tools/godot-2.1.6-stable/platform/winrt/ |
H A D | os_winrt.h | 86 JOYSTICKS_MAX = 8, enumerator
|