Commit History

Author SHA1 Message Date
  Sam Lantinga 18032979d8 Added the hint SDL_HINT_JOYSTICK_ROG_CHAKRAM to control whether ROG Chakram mice show up as joysticks 3 years ago
  Sam Lantinga 120c76c84b Updated copyright for 2022 3 years ago
  Nate River 6c25aed419 added hint for joysticks to stablize sixaxis & dualshock controllers (#5007) 3 years ago
  Ozkan Sezer 3eaa80bb0b testgamecontroller.c: fixed -Wshadow warnings. 3 years ago
  Misa 3bf7994fe2 Add and use `SDL_FALLTHROUGH` for fallthroughs 3 years ago
  Sam Lantinga abc12a832c Revert "Add and use `SDL_FALLTHROUGH` for fallthroughs" 3 years ago
  Cameron Gutman fe09a4930a joystick: Add APIs to query rumble support 3 years ago
  Misa 66a08aa391 Add and use `SDL_FALLTHROUGH` for fallthroughs 3 years ago
  Sam Lantinga 9fdb06450d Added support for the Joy-Con Charging Grip when SDL_HINT_JOYSTICK_HIDAPI_JOY_CONS is enabled 3 years ago
  Sam Lantinga 65ff00ec1b Query the rate for the correct sensor (thanks @meyraud705) 3 years ago
  Sam Lantinga a186a503e7 Added SDL_GameControllerGetSensorDataRate() to get the sensor update rate for a controller. 3 years ago
  Sam Lantinga ce8261dd6d Only pump events once per frame and process all currently pending events 3 years ago
  Sam Lantinga 94b7a87645 Added SDL_GameControllerType enumerations for the Amazon Luna and Google Stadia controllers 3 years ago
  Sam Lantinga d135c0762f Added SDL_GameControllerSendEffect() and SDL_JoystickSendEffect() to allow applications to send custom effects to the PS4 and PS5 controllers 3 years ago
  Ozkan Sezer 646ddfb782 minor watcom build fixes. 3 years ago
  Sam Lantinga c94283d404 testgamecontroller: log which controller the event came from 4 years ago
  Sam Lantinga 9130f7c377 Updated copyright for 2021 4 years ago
  Sam Lantinga 390b2cf0d3 Enable PS5 enhanced functionality for testgamecontroller 4 years ago
  Sam Lantinga 058a0ab47f Set the pad lights on the PS5 controller corresponding to the player index 4 years ago
  Sam Lantinga 3c68051eaf Allow background input when testing game controllers 4 years ago
  Sam Lantinga 04f0fd13b5 Remember to close the game controller when we're done with it 4 years ago
  Sam Lantinga 012471e959 Open and test all connected controllers 4 years ago
  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. 4 years ago
  Sam Lantinga e16afa792f Automatically switch to testing a new controller when it's plugged in 4 years ago
  Sam Lantinga 04b45b5581 Allow testing a specific controller 4 years ago
  Sam Lantinga 75721b191c Allow testing effects on PS4 controllers 4 years ago
  Sam Lantinga fcb21aa883 Added API for sensors on game controllers 4 years ago
  Sam Lantinga d140d88744 Added SDL_JoystickGetSerial() and SDL_GameControllerGetSerial() 4 years ago
  Sam Lantinga fe4da4206a Improve LED color calculation, don't set LED unless left thumbstick is moved 4 years ago
  Sam Lantinga 9f51fad361 Added support for the touchpad on PS4 and PS5 controllers 4 years ago