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 |
Ozkan Sezer
|
b6aaefc791
SDL_evdev.c: undefine _THIS before redefining it.
|
7 years ago |
Sam Lantinga
|
e3cc5b2c6b
Updated copyright for 2018
|
7 years ago |
Philipp Wiesemann
|
22c221f3b0
linux: Changed internal functions to be static.
|
8 years ago |
Philipp Wiesemann
|
90ed3daa3e
Changed messages about not recognized keys to include discourse link.
|
8 years ago |
Sam Lantinga
|
e0a40fb6a9
Implemented full evdev keyboard text support
|
8 years ago |
Sam Lantinga
|
49292705a9
Fixed bug 3545 - SDL_EVDEV_do_text_input() may be too eager to find error cases
|
8 years ago |
Sam Lantinga
|
7b66295e05
Removed console check, let the kernel decide whether muting is appropriate on this terminal.
|
8 years ago |
Sam Lantinga
|
b8ab4eb9a8
SDL_evdev.c: fix building against old kernel headers (K_OFF may not be defined.)
|
8 years ago |
Sam Lantinga
|
7e505b0dd3
Don't fail if we can't open the tty, this can be a legitimate use case.
|
8 years ago |
Sam Lantinga
|
e9c2dcdae8
Fixed bug 3469 - Keypresses leak to the console with 2.0.5
|
8 years ago |
Sam Lantinga
|
41be9756f0
Fixed bug 3546 - SDL_EVDEV_is_console() uses type of wrong size when calling ioctl
|
8 years ago |
Sam Lantinga
|
45b774e3f7
Updated copyright for 2017
|
8 years ago |
Sam Lantinga
|
539afc5d0b
Fixed bug 3473 - can't build on linux with an old kernel
|
8 years ago |
Sam Lantinga
|
ac7d117475
Fixed build on older Raspberry Pi environments
|
9 years ago |
Sam Lantinga
|
a0d3e0d64a
Fixed warning and code style in SDL_evdev.c
|
9 years ago |
Sam Lantinga
|
1a31bbe2c8
Fixed bug 3157 - Rudimentary touchscreen support in SDL_evdev (supports Raspberry Pi)
|
9 years ago |
Sam Lantinga
|
42065e785d
Updated copyright to 2016
|
9 years ago |
Sam Lantinga
|
82eec4b630
Fixed whitespace in SDL_evdev.c
|
10 years ago |
Sam Lantinga
|
9f50d63dd5
Fixed an issue with mouse/keyboard removal
|
10 years ago |
Philipp Wiesemann
|
72590685c0
Backed out changeset 4ad56dbf4a6f
|
10 years ago |
Edward Rudd
|
5b5823eeb5
add in support for passing down the "natural" (or flipped) scrolling direction in the MouseWheelEvent event
|
10 years ago |
Sam Lantinga
|
639b39c46c
Fixed crash if the event subsystem didn't initialize properly
|
10 years ago |
David Ludwig
|
3dcb451f85
Added a README file regarding WinRT support
|
11 years ago |