Historial de Commits

Autor SHA1 Mensaje Fecha
  Sam Lantinga f4ed07de06 We don't know whether the PS5 controller is Bluetooth or not when we open it hace 4 años
  Sam Lantinga 04f0fd13b5 Remember to close the game controller when we're done with it hace 4 años
  Sam Lantinga 1f2f536bd2 Fixed XInput correlation for raw input controllers after hotplug events hace 4 años
  Sam Lantinga 012471e959 Open and test all connected controllers hace 4 años
  Sam Lantinga 1c865c460b Load the raw input device list at init time so it's available when DirectInput is doing device detection hace 4 años
  Sam Lantinga a0c5bfa3bd Moved raw input event processing from the main thread to the joystick thread hace 4 años
  Sam Lantinga 4fbefbe20d Sort the raw input axes by usage, so X comes before Y, etc. hace 4 años
  Sam Lantinga 4ddac485db Backed out minor optimization that prevented correlation_id from being set hace 4 años
  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 hace 4 años
  Sam Lantinga e8adc64810 Enable dispatching of WM_INPUT events directly, in case the application hasn't created a window with the normal message loop hace 4 años
  Sam Lantinga 0252235e82 Recheck devices if another API queries raw input for a new device hace 4 años
  Sam Lantinga a7dede7e36 Re-enable axis correlation for raw input controllers, for twin stick shooters that don't need face buttons hace 4 años
  Sam Lantinga ce77966da8 Fixed RAWINPUT_IsDevicePresent() not returning TRUE for Xbox One controllers hace 4 años
  Sam Lantinga 8a449de20d Fixed Xbox 360 wireless controller being picked up by WGI when it's being managed by RAWINPUT hace 4 años
  Sam Lantinga 37c9e4afa3 Fixed processing WM_INPUT_DEVICE_CHANGE at startup hace 4 años
  Sam Lantinga 248fc75bd2 Correlate just based on buttons, joystick axes are not as precise and could potentially cause incorrect uncorrelation. hace 4 años
  Sam Lantinga e7e615de26 Removed extraneous windows message pumping hace 4 años
  Sam Lantinga 2931eccd84 Fixed detecting Bluetooth raw input devices, which have device names longer than 128 characters hace 4 años
  Sam Lantinga 849ce80376 Renamed SDL_JOYSTICK_RAWINPUT_GAMING_INPUT to SDL_JOYSTICK_RAWINPUT_WGI hace 4 años
  Sam Lantinga 219a28dd8a Fixed D-pad uncorrelating raw input controllers (thanks Jimbly!) hace 4 años
  Sylvain Becker 2c079a2f6c SDL_FillRects: prevent empty SDL_surface from raising an error message hace 4 años
  Ozkan Sezer 3fbff2a45b SDL_rawinputjoystick.c: fix ambiguous 'else' warning hace 4 años
  Sam Lantinga 845b903324 Implemented trigger rumble for raw input controllers hace 4 años
  Sam Lantinga 517be80822 Implemented battery status for Bluetooth Xbox One controllers hace 4 años
  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. hace 4 años
  Sam Lantinga 6a7f29cdbb Fixed compiling on tvOS hace 4 años
  Sam Lantinga 9ec2cf5629 Fixed building with Windows.Gaming.Input enabled hace 4 años
  Sam Lantinga 3c07dd12f0 Strip an extra '.' off of the HORI manufacturer name hace 4 años
  Ozkan Sezer e5783e1179 cmake: add missing checks for wcscasecmp, _wcsicmp, wcsncasecmp, _wcsnicmp hace 4 años
  Ozkan Sezer 7c18088f00 SDL_config_os2.h: define HAVE__WCSICMP and HAVE__WCSNICMP hace 4 años