Sam Lantinga
|
0a3262e819
Pass the OS event timestamp for keyboard, mouse, and touch events where possible
|
3 years ago |
Pierre Wendling
|
3c501b963d
Clang-Tidy fixes (#6725)
|
3 years ago |
Sylvain
|
778b8926b4
Small format changed (using clang-format 15.0.2-1)
|
3 years ago |
Sam Lantinga
|
5750bcb174
Update for SDL3 coding style (#6717)
|
3 years ago |
Sam Lantinga
|
c5790359fd
Added precompiled header support for Visual Studio and Xcode (#6710)
|
3 years ago |
Sylvain Becker
|
6a2200823c
Cleanup add brace (#6545)
|
3 years ago |
Sam Lantinga
|
0a48abc860
Switch header convention from `#include "SDL.h"` to `#include <SDL3/SDLh>`
|
3 years ago |
Sam Lantinga
|
e9014ee769
Fixed evdev using standard C functions instead of SDL functions
|
3 years ago |
Sam Lantinga
|
99f2a50394
X11 scancode mapping cleanup
|
3 years ago |
Adam Butcher
|
8f5932dc2e
evdev: Support user-provided devices via SDL_EVDEV_DEVICES in non-udev mode.
|
3 years ago |
Cameron Gutman
|
a10c57dfe4
evdev: Report touchpad events with the correct device type
|
3 years ago |
Cameron Gutman
|
9a33c62e13
evdev: Use SDL_bool for boolean types
|
3 years ago |
Cameron Gutman
|
f9d1f34b6c
evdev: Report a unique ID for each mouse device
|
3 years ago |
Cameron Gutman
|
574db63c8e
evdev: Batch mouse axis updates until SYN_REPORT
|
3 years ago |
Sam Lantinga
|
120c76c84b
Updated copyright for 2022
|
4 years ago |
Cameron Gutman
|
2d673e5b56
evdev: Add support for REL_WHEEL_HI_RES and REL_HWHEEL_HI_RES
|
4 years ago |
Sam Lantinga
|
373216ae5b
Added support for touchpads in the Linux evdev code (thanks Francisco!)
|
4 years ago |
Sam Lantinga
|
bf97c5a22f
Make sure SDL file descriptors don't leak into child processes
|
4 years ago |
Sam Lantinga
|
2f72535c62
Fixed joysticks generating SDL mouse events
|
5 years ago |
Sam Lantinga
|
9130f7c377
Updated copyright for 2021
|
5 years ago |
Sam Lantinga
|
cb36189692
Fixed bug 5235 - All internal sources should include SDL_assert.h
|
5 years ago |
Simon McVittie
|
8db3171b98
udev: Factor out SDL_EVDEV_GuessDeviceClass
|
5 years ago |
Sam Lantinga
|
a8780c6a28
Updated copyright date for 2020
|
6 years ago |
Sam Lantinga
|
2bfcf5cd96
Added Linux controller mapping for the Xbox One Elite Series 2 controller in Bluetooth mode
|
6 years ago |
Alex Szpakowski
|
109cbd6e8b
Fix touch-related compile errors on Linux.
|
6 years ago |
Alex Szpakowski
|
d5ec735a33
Add a windowID field to SDL_TouchFingerEvent (bug #4331).
|
6 years ago |
Sam Lantinga
|
67bb882e13
Fixed bug 4707 - SDL_SetRelativeMouseMode fails on Vivante
|
6 years ago |
Sam Lantinga
|
d01150abc2
Fixed bug 4665 - Add support for single touch evdev devices
|
6 years ago |
Sam Lantinga
|
23569362dc
Use SDL sized types
|
6 years ago |
Sam Lantinga
|
3e3294645f
Fixed bug 4656 - SDL_evdev.c uses Linux specific integer types
|
6 years ago |