Alex Szpakowski
|
d5ec735a33
Add a windowID field to SDL_TouchFingerEvent (bug #4331).
|
6 éve |
Sam Lantinga
|
67bb882e13
Fixed bug 4707 - SDL_SetRelativeMouseMode fails on Vivante
|
6 éve |
Sam Lantinga
|
d01150abc2
Fixed bug 4665 - Add support for single touch evdev devices
|
6 éve |
Sam Lantinga
|
23569362dc
Use SDL sized types
|
6 éve |
Sam Lantinga
|
3e3294645f
Fixed bug 4656 - SDL_evdev.c uses Linux specific integer types
|
6 éve |
Sylvain Becker
|
ab03892ddf
Bug 4576: track both FingerId and TrackId
|
7 éve |
Sylvain Becker
|
6bc2d9de1f
Bug 4576: remove touch/mouse duplication for linux/EVDEV
|
7 éve |
Ryan C. Gordon
|
861a21f98b
evdev: don't debug log on a BTN_TOUCH from a non-touch device.
|
7 éve |
Ryan C. Gordon
|
2755a505a3
evdev: Add touchscreen mouse emulation and pressure support (thanks, Zach!).
|
7 éve |
Sam Lantinga
|
5e13087b0f
Updated copyright for 2019
|
7 éve |
Alex Szpakowski
|
5029d50ea8
Add SDL_TouchDeviceType enum and SDL_GetTouchDeviceType(SDL_TouchID id).
|
7 éve |
Ozkan Sezer
|
b6aaefc791
SDL_evdev.c: undefine _THIS before redefining it.
|
7 éve |
Sam Lantinga
|
e3cc5b2c6b
Updated copyright for 2018
|
8 éve |
Philipp Wiesemann
|
22c221f3b0
linux: Changed internal functions to be static.
|
8 éve |
Philipp Wiesemann
|
90ed3daa3e
Changed messages about not recognized keys to include discourse link.
|
8 éve |
Sam Lantinga
|
e0a40fb6a9
Implemented full evdev keyboard text support
|
9 éve |
Sam Lantinga
|
49292705a9
Fixed bug 3545 - SDL_EVDEV_do_text_input() may be too eager to find error cases
|
9 éve |
Sam Lantinga
|
7b66295e05
Removed console check, let the kernel decide whether muting is appropriate on this terminal.
|
9 éve |
Sam Lantinga
|
b8ab4eb9a8
SDL_evdev.c: fix building against old kernel headers (K_OFF may not be defined.)
|
9 éve |
Sam Lantinga
|
7e505b0dd3
Don't fail if we can't open the tty, this can be a legitimate use case.
|
9 éve |
Sam Lantinga
|
e9c2dcdae8
Fixed bug 3469 - Keypresses leak to the console with 2.0.5
|
9 éve |
Sam Lantinga
|
41be9756f0
Fixed bug 3546 - SDL_EVDEV_is_console() uses type of wrong size when calling ioctl
|
9 éve |
Sam Lantinga
|
45b774e3f7
Updated copyright for 2017
|
9 éve |
Sam Lantinga
|
539afc5d0b
Fixed bug 3473 - can't build on linux with an old kernel
|
9 éve |
Sam Lantinga
|
ac7d117475
Fixed build on older Raspberry Pi environments
|
9 éve |
Sam Lantinga
|
a0d3e0d64a
Fixed warning and code style in SDL_evdev.c
|
9 éve |
Sam Lantinga
|
1a31bbe2c8
Fixed bug 3157 - Rudimentary touchscreen support in SDL_evdev (supports Raspberry Pi)
|
9 éve |
Sam Lantinga
|
42065e785d
Updated copyright to 2016
|
10 éve |
Sam Lantinga
|
82eec4b630
Fixed whitespace in SDL_evdev.c
|
10 éve |
Sam Lantinga
|
9f50d63dd5
Fixed an issue with mouse/keyboard removal
|
10 éve |