You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sdl/include
Sam Lantinga c2ebe1024b Added SDL_HINT_JOYSTICK_IOKIT and SDL_HINT_JOYSTICK_MFI to control whether the IOKit and GCController drivers should be used for joystick support.
This can be used to work around issues where the Apple GCController driver doesn't work for some controllers but there's no way to know which GCController maps to which IOKit device.

(cherry picked from commit 708f18d49e)
(cherry picked from commit 76cc24e34a)
1 year ago
..
SDL.h Updated copyright for 2023 2 years ago
SDL_assert.h SDL_TriggerBreakppoint for riscv arch (both 32/64) version. 1 year ago
SDL_atomic.h SDL_atomic.h: __ARM_ARCH is not always defined for an arm platform 1 year ago
SDL_audio.h testsurround: fix channel names 2 years ago
SDL_bits.h Updated copyright for 2023 2 years ago
SDL_blendmode.h Simplify SDL_BLENDMODE_MUL 2 years ago
SDL_clipboard.h Updated copyright for 2023 2 years ago
SDL_config.h Updated copyright for 2023 2 years ago
SDL_config.h.cmake Allow the use of posix_spawn() instead of vfork/execlp() 1 year ago
SDL_config.h.in autotools: Add check for libdecor get min/max functions 2 years ago
SDL_config_android.h Updated copyright for 2023 2 years ago
SDL_config_emscripten.h Updated copyright for 2023 2 years ago
SDL_config_iphoneos.h Updated copyright for 2023 2 years ago
SDL_config_macosx.h Updated copyright for 2023 2 years ago
SDL_config_minimal.h Updated copyright for 2023 2 years ago
SDL_config_ngage.h Updated copyright for 2023 2 years ago
SDL_config_os2.h Updated copyright for 2023 2 years ago
SDL_config_pandora.h Updated copyright for 2023 2 years ago
SDL_config_windows.h Updated copyright for 2023 2 years ago
SDL_config_wingdk.h Updated copyright for 2023 2 years ago
SDL_config_winrt.h Updated copyright for 2023 2 years ago
SDL_config_xbox.h Updated copyright for 2023 2 years ago
SDL_copying.h Updated copyright for 2023 2 years ago
SDL_cpuinfo.h Updated copyright for 2023 2 years ago
SDL_egl.h Updated copyright for 2023 2 years ago
SDL_endian.h byteswap: Don't use intrinsic byteswap functions with Intel C compiler 2 years ago
SDL_error.h Updated copyright for 2023 2 years ago
SDL_events.h Updated copyright for 2023 2 years ago
SDL_filesystem.h Updated copyright for 2023 2 years ago
SDL_gamecontroller.h Updated copyright for 2023 2 years ago
SDL_gesture.h Updated copyright for 2023 2 years ago
SDL_guid.h Updated copyright for 2023 2 years ago
SDL_haptic.h Updated copyright for 2023 2 years ago
SDL_hidapi.h Updated copyright for 2023 2 years ago
SDL_hints.h Added SDL_HINT_JOYSTICK_IOKIT and SDL_HINT_JOYSTICK_MFI to control whether the IOKit and GCController drivers should be used for joystick support. 1 year ago
SDL_joystick.h Updated copyright for 2023 2 years ago
SDL_keyboard.h Updated copyright for 2023 2 years ago
SDL_keycode.h Don't map the top keyboard row to numbers when using the one-handed DVORAK layouts (thanks @tormol!) 2 years ago
SDL_loadso.h Updated copyright for 2023 2 years ago
SDL_locale.h Updated copyright for 2023 2 years ago
SDL_log.h Updated copyright for 2023 2 years ago
SDL_main.h Updated copyright for 2023 2 years ago
SDL_messagebox.h Updated copyright for 2023 2 years ago
SDL_metal.h Updated copyright for 2023 2 years ago
SDL_misc.h Updated copyright for 2023 2 years ago
SDL_mouse.h Fixed the documentation for SDL_SetRelativeMouseMode() 2 years ago
SDL_mutex.h Changed all variadic macros into fixed (thanks @Wohlstand!) 2 years ago
SDL_name.h Updated copyright for 2023 2 years ago
SDL_opengl.h Updated copyright for 2023 2 years ago
SDL_opengl_glext.h replaced line comments in public header. 2 years ago
SDL_opengles.h Updated copyright for 2023 2 years ago
SDL_opengles2.h Updated copyright for 2023 2 years ago
SDL_opengles2_gl2.h Updated to the latest version of OpenGL and Vulkan headers from the Khronos registry 2 years ago
SDL_opengles2_gl2ext.h Updated to the latest version of OpenGL and Vulkan headers from the Khronos registry 2 years ago
SDL_opengles2_gl2platform.h Updated to the latest version of OpenGL and Vulkan headers from the Khronos registry 2 years ago
SDL_opengles2_khrplatform.h Updated to the latest version of OpenGL and Vulkan headers from the Khronos registry 2 years ago
SDL_pixels.h Updated copyright for 2023 2 years ago
SDL_platform.h Updated copyright for 2023 2 years ago
SDL_power.h Sync wiki -> headers. 2 years ago
SDL_quit.h Updated copyright for 2023 2 years ago
SDL_rect.h Updated copyright for 2023 2 years ago
SDL_render.h include: fixed a typo in SDL_RenderGetMetalCommandEncoder docs. 1 year ago
SDL_revision.h build: Add a mechanism to mark builds with vendor info 2 years ago
SDL_revision.h.cmake build: Add a mechanism to mark builds with vendor info 2 years ago
SDL_rwops.h Updated copyright for 2023 2 years ago
SDL_scancode.h Updated copyright for 2023 2 years ago
SDL_sensor.h Clarified the expected sensor value when a game controller is at rest 2 years ago
SDL_shape.h Updated copyright for 2023 2 years ago
SDL_stdinc.h Always allocate zt in output of SDL_iconv_string() 2 years ago
SDL_surface.h Updated copyright for 2023 2 years ago
SDL_system.h Updated copyright for 2023 2 years ago
SDL_syswm.h Updated copyright for 2023 2 years ago
SDL_test.h Updated copyright for 2023 2 years ago
SDL_test_assert.h Updated copyright for 2023 2 years ago
SDL_test_common.h Updated copyright for 2023 2 years ago
SDL_test_compare.h Updated copyright for 2023 2 years ago
SDL_test_crc32.h Updated copyright for 2023 2 years ago
SDL_test_font.h Updated copyright for 2023 2 years ago
SDL_test_fuzzer.h Updated copyright for 2023 2 years ago
SDL_test_harness.h Updated copyright for 2023 2 years ago
SDL_test_images.h Updated copyright for 2023 2 years ago
SDL_test_log.h Updated copyright for 2023 2 years ago
SDL_test_md5.h Updated copyright for 2023 2 years ago
SDL_test_memory.h Updated copyright for 2023 2 years ago
SDL_test_random.h Updated copyright for 2023 2 years ago
SDL_thread.h make sure to not enable SDL_PASSED_BEGINTHREAD_ENDTHREAD for WinRT 2 years ago
SDL_timer.h Updated copyright for 2023 2 years ago
SDL_touch.h Updated copyright for 2023 2 years ago
SDL_types.h Updated copyright for 2023 2 years ago
SDL_version.h Updated to version 2.28.5 for release 1 year ago
SDL_video.h Handle DPI scaling in SDL_GetWindowSurface 2 years ago
SDL_vulkan.h Sync wiki -> header 3 years ago
begin_code.h include: Fix symbols in public headers that start with an underscore. 2 years ago
close_code.h include: Fix symbols in public headers that start with an underscore. 2 years ago