Historique des commits

Auteur SHA1 Message Date
  Sam Lantinga 8973a25849 Enable dispatching of WM_INPUT_DEVICE_CHANGE events directly, in case the application hasn't created a window with the normal message loop il y a 4 ans
  Sam Lantinga e8adc64810 Enable dispatching of WM_INPUT events directly, in case the application hasn't created a window with the normal message loop il y a 4 ans
  Sam Lantinga 0252235e82 Recheck devices if another API queries raw input for a new device il y a 4 ans
  Sam Lantinga a7dede7e36 Re-enable axis correlation for raw input controllers, for twin stick shooters that don't need face buttons il y a 4 ans
  Sam Lantinga ce77966da8 Fixed RAWINPUT_IsDevicePresent() not returning TRUE for Xbox One controllers il y a 4 ans
  Sam Lantinga 8a449de20d Fixed Xbox 360 wireless controller being picked up by WGI when it's being managed by RAWINPUT il y a 4 ans
  Sam Lantinga 37c9e4afa3 Fixed processing WM_INPUT_DEVICE_CHANGE at startup il y a 4 ans
  Sam Lantinga 248fc75bd2 Correlate just based on buttons, joystick axes are not as precise and could potentially cause incorrect uncorrelation. il y a 4 ans
  Sam Lantinga e7e615de26 Removed extraneous windows message pumping il y a 4 ans
  Sam Lantinga 2931eccd84 Fixed detecting Bluetooth raw input devices, which have device names longer than 128 characters il y a 4 ans
  Sam Lantinga 849ce80376 Renamed SDL_JOYSTICK_RAWINPUT_GAMING_INPUT to SDL_JOYSTICK_RAWINPUT_WGI il y a 4 ans
  Sam Lantinga 219a28dd8a Fixed D-pad uncorrelating raw input controllers (thanks Jimbly!) il y a 4 ans
  Sylvain Becker 2c079a2f6c SDL_FillRects: prevent empty SDL_surface from raising an error message il y a 4 ans
  Ozkan Sezer 3fbff2a45b SDL_rawinputjoystick.c: fix ambiguous 'else' warning il y a 4 ans
  Sam Lantinga 845b903324 Implemented trigger rumble for raw input controllers il y a 4 ans
  Sam Lantinga 517be80822 Implemented battery status for Bluetooth Xbox One controllers il y a 4 ans
  Sam Lantinga 24cc0012f0 Some controllers don't always reset their triggers to zero when they are released (e.g. Xbox One S in Bluetooth mode), so only trigger rumble if the trigger is pulled halfway or more. il y a 4 ans
  Sam Lantinga 6a7f29cdbb Fixed compiling on tvOS il y a 4 ans
  Sam Lantinga 9ec2cf5629 Fixed building with Windows.Gaming.Input enabled il y a 4 ans
  Sam Lantinga 3c07dd12f0 Strip an extra '.' off of the HORI manufacturer name il y a 4 ans
  Ozkan Sezer e5783e1179 cmake: add missing checks for wcscasecmp, _wcsicmp, wcsncasecmp, _wcsnicmp il y a 4 ans
  Ozkan Sezer 7c18088f00 SDL_config_os2.h: define HAVE__WCSICMP and HAVE__WCSNICMP il y a 4 ans
  Sam Lantinga 159d1b3df5 Don't set the serial number after the controller is opened il y a 4 ans
  Sam Lantinga 7d92b14f46 Simplified Xbox One controller initialization state, and don't query for the serial number. il y a 4 ans
  Sam Lantinga 9fc4a4c92c Revamped Xbox One HIDAPI init sequence il y a 4 ans
  Sam Lantinga e16afa792f Automatically switch to testing a new controller when it's plugged in il y a 4 ans
  Sam Lantinga 46a844786b Added SDL_wcscasecmp() and SDL_wcsncasecmp() il y a 4 ans
  Sam Lantinga e4b7d9a221 Removed usage of TARGET_OS_OSX for building with older SDKs il y a 4 ans
  Ethan Lee a7d91ebaa5 winrt: Add EffectiveLocation support for newer Win10 releases il y a 4 ans
  Sam Lantinga 16d789fba9 Disable compiler warning when using -fobjc-weak building C code il y a 4 ans