Commit History

Author SHA1 Message Date
  Sam Lantinga f2074d7af3 Updated copyright for 2025 1 year ago
  Sam Lantinga d4d5faedab Added SDL_EVENT_FINGER_CANCELED 1 year ago
  Sam Lantinga f37eef948c Removed raw mouse events 1 year ago
  Sam Lantinga d07bb0e679 Removed raw key events 1 year ago
  Sam Lantinga c44fa5bb07 Updated raw input events to match SDL style 1 year ago
  Sam Lantinga 6eca02a0e7 evdev: correctly handle composite devices 1 year ago
  Sam Lantinga a90ad3b0e2 Removed SDL_bool in favor of plain bool 1 year ago
  Sam Lantinga bd04459cde Fix typos (thanks @qndel!) 1 year ago
  Sam Lantinga 6fc6e3dc7e Use SDL_bool where appropriate in SDL events 1 year ago
  Sam Lantinga 9ff3446f03 Use SDL_bool instead an int return code in the SDL API 1 year ago
  Sam Lantinga 8f546bb3c9 Use C99 bool internally in SDL 1 year ago
  Sam Lantinga 6501e90018 Use C++ style comments consistently in SDL source code 1 year ago
  Sam Lantinga afde1cc9c2 Added SDL_HINT_EVDEV_DEVICES 1 year ago
  Sam Lantinga d9dc4b320a The keycode in key events is the base, unmodified, keycode for the current keyboard layout 1 year ago
  Sam Lantinga ef9bd8b609 Add the raw platform specific key code to SDL_Keysym 1 year ago
  Sam Lantinga 537c62f4c1 Fixed memory leak cleaning up mouse and keyboard instances 1 year ago
  Sam Lantinga 7852a6c307 Added device name for evdev mice and keyboards 2 years ago
  Sam Lantinga c0f4565552 Added SDL_GetKeyboardName() and SDL_GetMouseName() 2 years ago
  Sam Lantinga d1eb4adb16 Be explicit about the event mouse and keyboard ID 2 years ago
  Sam Lantinga 2fe1a6a279 Initial support for hotplugging mice and keyboards 2 years ago
  Sam Lantinga a31dc6dfcb Switched SDL_TouchID and SDL_FingerID to be Uint64 with 0 being an invalid value 2 years ago
  Sam Lantinga 5b3ee51c6c Updated copyright for 2024 2 years ago
  Ryan C. Gordon 447b508a77 error: SDL's allocators now call SDL_OutOfMemory on error. 2 years ago
  Sylvain Becker 04b6b2979f Re-add SDL_assert() with non boolean ptr syntax (#8530) 2 years ago
  Sylvain d8600f717e Pointer as bool (libsdl-org#7214) 2 years ago
  Sam Lantinga f4b61fff30 Implemented VT switching for KMSDRM on Linux 2 years ago
  Sam Lantinga ce9e1bd324 Don't mute the console input if we can't read the keyboard 2 years ago
  Ozkan Sezer 1e50823a14 fixed linux build. 2 years ago
  Sam Lantinga 95d17f9d2c Minor cleanup 2 years ago
  Andre Barata 47fd07bde6 Added support for absolute mice with evdev 2 years ago