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 b08bdc4401 Don't build SDL_JOYSTICK_HIDAPI by default on iOS
If you enable this, you'll need to link with CoreBluetooth.framework and add something like this to your Info.plist:
<key>NSBluetoothPeripheralUsageDescription</key>
<string>MyApp would like to remain connected to nearby bluetooth Game Controllers and Game Pads even when you're not using the app.</string>
7 years ago
..
SDL.h First pass on the new SDL sensor API 7 years ago
SDL_assert.h Updated copyright for 2018 8 years ago
SDL_atomic.h Updated copyright for 2018 8 years ago
SDL_audio.h commit c6b28f46b8116552ec2b38d1d3c8535df28ba7a1 7 years ago
SDL_bits.h Updated copyright for 2018 8 years ago
SDL_blendmode.h Updated copyright for 2018 8 years ago
SDL_clipboard.h Updated copyright for 2018 8 years ago
SDL_config.h add a minimal config and makefile to test watcom/os2 builds. 7 years ago
SDL_config.h.cmake configury, cmake: add check for endpointvolume.h : 7 years ago
SDL_config.h.in configury, cmake: add check for endpointvolume.h : 7 years ago
SDL_config_android.h First pass on the new SDL sensor API 7 years ago
SDL_config_iphoneos.h Don't build SDL_JOYSTICK_HIDAPI by default on iOS 7 years ago
SDL_config_macosx.h Added a dummy sensor driver 7 years ago
SDL_config_minimal.h Added a dummy sensor driver 7 years ago
SDL_config_os2.h SDL_power.c: Adjust SDL_POWER_DISABLED ifdefs to avoid zero-size array 7 years ago
SDL_config_pandora.h Added a dummy sensor driver 7 years ago
SDL_config_psp.h Added a dummy sensor driver 7 years ago
SDL_config_windows.h configury, cmake: add check for endpointvolume.h : 7 years ago
SDL_config_winrt.h configury, cmake: add check for endpointvolume.h : 7 years ago
SDL_config_wiz.h Added a dummy sensor driver 7 years ago
SDL_copying.h Updated copyright for 2018 8 years ago
SDL_cpuinfo.h audio: Added ARM NEON versions of audio converters. 8 years ago
SDL_egl.h Updated copyright for 2018 8 years ago
SDL_endian.h Updated copyright for 2018 8 years ago
SDL_error.h Updated copyright for 2018 8 years ago
SDL_events.h Added SDL_GetDisplayOrientation() to get the display orientation, and added a new event SDL_DISPLAYEVENT to notify the application when the orientation changes. 7 years ago
SDL_filesystem.h Updated copyright for 2018 8 years ago
SDL_gamecontroller.h Generalized the XInput user index into a player index 7 years ago
SDL_gesture.h Updated copyright for 2018 8 years ago
SDL_haptic.h Added HIDAPI joystick drivers for more consistent support for Xbox, PS4 and Nintendo Switch Pro controller support across platforms. 7 years ago
SDL_hints.h thread: make SDL_CreateThreadWithStackSize() a public API. 7 years ago
SDL_joystick.h Generalized the XInput user index into a player index 7 years ago
SDL_keyboard.h Updated copyright for 2018 8 years ago
SDL_keycode.h Updated copyright for 2018 8 years ago
SDL_loadso.h Updated copyright for 2018 8 years ago
SDL_log.h Updated copyright for 2018 8 years ago
SDL_main.h Updated copyright for 2018 8 years ago
SDL_messagebox.h Updated copyright for 2018 8 years ago
SDL_mouse.h Updated copyright for 2018 8 years ago
SDL_mutex.h Updated copyright for 2018 8 years ago
SDL_name.h Updated copyright for 2018 8 years ago
SDL_opengl.h Updated copyright for 2018 8 years ago
SDL_opengl_glext.h Fixed crash if initialization of EGL failed but was tried again later. 11 years ago
SDL_opengles.h Updated copyright for 2018 8 years ago
SDL_opengles2.h Updated copyright for 2018 8 years ago
SDL_opengles2_gl2.h Fixed crash if initialization of EGL failed but was tried again later. 11 years ago
SDL_opengles2_gl2ext.h Fixed crash if initialization of EGL failed but was tried again later. 11 years ago
SDL_opengles2_gl2platform.h Fixed crash if initialization of EGL failed but was tried again later. 11 years ago
SDL_opengles2_khrplatform.h Fixed crash if initialization of EGL failed but was tried again later. 11 years ago
SDL_pixels.h Updated copyright for 2018 8 years ago
SDL_platform.h Updated copyright for 2018 8 years ago
SDL_power.h Updated copyright for 2018 8 years ago
SDL_quit.h Updated copyright for 2018 8 years ago
SDL_rect.h Updated copyright for 2018 8 years ago
SDL_render.h Updated copyright for 2018 8 years ago
SDL_revision.h revert files I didnt mean to commit! 8 years ago
SDL_rwops.h Updated copyright for 2018 8 years ago
SDL_scancode.h Updated copyright for 2018 8 years ago
SDL_sensor.h Fixed bug 4277 - warnings patch 7 years ago
SDL_shape.h Updated copyright for 2018 8 years ago
SDL_stdinc.h Added HIDAPI joystick drivers for more consistent support for Xbox, PS4 and Nintendo Switch Pro controller support across platforms. 7 years ago
SDL_surface.h Fixed bug 4264 - SDL_CreateTextureFromSurface generates error message but returns ok 7 years ago
SDL_system.h Moved SDL_IsTablet() to a cross-platform API function 7 years ago
SDL_syswm.h Fixed bug 4159 - Windows headers are included after packing alignment change 8 years ago
SDL_test.h Updated copyright for 2018 8 years ago
SDL_test_assert.h Updated copyright for 2018 8 years ago
SDL_test_common.h Updated copyright for 2018 8 years ago
SDL_test_compare.h Updated copyright for 2018 8 years ago
SDL_test_crc32.h Updated copyright for 2018 8 years ago
SDL_test_font.h Updated copyright for 2018 8 years ago
SDL_test_fuzzer.h Updated copyright for 2018 8 years ago
SDL_test_harness.h Updated copyright for 2018 8 years ago
SDL_test_images.h Updated copyright for 2018 8 years ago
SDL_test_log.h Updated copyright for 2018 8 years ago
SDL_test_md5.h Updated copyright for 2018 8 years ago
SDL_test_memory.h Updated copyright for 2018 8 years ago
SDL_test_random.h Updated copyright for 2018 8 years ago
SDL_thread.h SDL_thread.h: undefine SDL_CreateThreadWithStackSize before redefining. 7 years ago
SDL_timer.h Updated copyright for 2018 8 years ago
SDL_touch.h Updated copyright for 2018 8 years ago
SDL_types.h Updated copyright for 2018 8 years ago
SDL_version.h Updated version to 2.0.9 7 years ago
SDL_video.h SDL_sensor.h, SDL_video.h: remove comma at end of enumerator lists. 7 years ago
SDL_vulkan.h Fixed bug 4277 - warnings patch 7 years ago
begin_code.h Updated copyright for 2018 8 years ago
close_code.h Updated copyright for 2018 8 years ago