Commit History

Author SHA1 Message Date
  Sam Lantinga e65e2c8ed7 SDL_CloseJoystick() should return void, not int 2 years ago
  Linus Probert 3bd737d44c Add error returns to void functions that can fail/set errors. 2 years ago
  Sylvain c5c94a6be6 Change return type from void to int, for functions that set an error 2 years ago
  Ryan C. Gordon 197340ea1c Sync wiki -> headers. 2 years ago
  Sam Lantinga 4becca4fc9 Clarify that SDL_GetJoystickFromInstanceID() and SDL_GetGamepadFromInstanceID() return NULL if the associated device hasn't been opened yet. 2 years ago
  Ozkan Sezer 0621a67350 fix SDL_GetJoystickInstanceID() return code upon failure 2 years ago
  Sam Lantinga fde78d12f2 Updated copyright for 2023 2 years ago
  Sam Lantinga c823f26f18 Revert "Removed public joystick locking API" 2 years ago
  Sam Lantinga a515f51ac0 Removed public joystick locking API 2 years ago
  Sam Lantinga 324c0b76a0 Removed SDL_HasGamepads(), SDL_HasJoysticks(), and SDL_HasSensors() 2 years ago
  Sam Lantinga 8c3239dee5 Fixed documentation warning 2 years ago
  Sam Lantinga ea0c2f55be SDL API renaming: *Is* functions 2 years ago
  Sam Lantinga 66351fd4ba Replace tri-state functions SDL_EventState(), SDL_GetJoystickEventState(), SDL_GetGamepadEventState(), SDL_ShowCursor() 2 years ago
  Sam Lantinga 16092f58bb Updated gamepad, joystick, sensor APIs, removing device indices 2 years ago
  Sylvain 81cd84f456 Remove reserved underscore SDL_joystick 2 years ago
  Sam Lantinga ab2d007982 More gamepad renaming 2 years ago
  Sam Lantinga 659abc721a SDL API renaming: SDL_gamecontroller.h 2 years ago
  Sam Lantinga fc478c1bc0 SDL API renaming: SDL_joystick.h 2 years ago
  Sam Lantinga 63724c113b Removed the vi format comments from the source 2 years ago
  Ryan C. Gordon 3197632347 include: Renamed begin_code.h and close_code.h to have SDL_ prefixes. 2 years ago
  Sam Lantinga 5c29b58e95 Added support for clang thread-safety analysis 2 years ago
  Sam Lantinga fcafe40948 Removed balls from the joystick API 2 years ago
  Sam Lantinga 0a48abc860 Switch header convention from `#include "SDL.h"` to `#include <SDL3/SDLh>` 2 years ago