Sam Lantinga
|
b8d85c6939
Update for SDL3 coding style (#6717)
|
2 years ago |
Sylvain Becker
|
fb0ce375f0
Cleanup add brace (#6545)
|
2 years ago |
Sam Lantinga
|
99f2a50394
X11 scancode mapping cleanup
|
2 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
|
3 years ago |
Cameron Gutman
|
2d673e5b56
evdev: Add support for REL_WHEEL_HI_RES and REL_HWHEEL_HI_RES
|
3 years ago |
Sam Lantinga
|
373216ae5b
Added support for touchpads in the Linux evdev code (thanks Francisco!)
|
3 years ago |
Sam Lantinga
|
bf97c5a22f
Make sure SDL file descriptors don't leak into child processes
|
3 years ago |
Sam Lantinga
|
2f72535c62
Fixed joysticks generating SDL mouse events
|
4 years ago |
Sam Lantinga
|
9130f7c377
Updated copyright for 2021
|
4 years ago |
Sam Lantinga
|
cb36189692
Fixed bug 5235 - All internal sources should include SDL_assert.h
|
4 years ago |
Simon McVittie
|
8db3171b98
udev: Factor out SDL_EVDEV_GuessDeviceClass
|
4 years ago |
Sam Lantinga
|
a8780c6a28
Updated copyright date for 2020
|
5 years ago |
Sam Lantinga
|
2bfcf5cd96
Added Linux controller mapping for the Xbox One Elite Series 2 controller in Bluetooth mode
|
5 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 |
Sylvain Becker
|
ab03892ddf
Bug 4576: track both FingerId and TrackId
|
6 years ago |
Sylvain Becker
|
6bc2d9de1f
Bug 4576: remove touch/mouse duplication for linux/EVDEV
|
6 years ago |
Ryan C. Gordon
|
861a21f98b
evdev: don't debug log on a BTN_TOUCH from a non-touch device.
|
6 years ago |
Ryan C. Gordon
|
2755a505a3
evdev: Add touchscreen mouse emulation and pressure support (thanks, Zach!).
|
6 years ago |
Sam Lantinga
|
5e13087b0f
Updated copyright for 2019
|
6 years ago |
Alex Szpakowski
|
5029d50ea8
Add SDL_TouchDeviceType enum and SDL_GetTouchDeviceType(SDL_TouchID id).
|
6 years ago |