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
|
1 year ago |
Sam Lantinga
|
c0f4565552
Added SDL_GetKeyboardName() and SDL_GetMouseName()
|
1 year ago |
Sam Lantinga
|
d1eb4adb16
Be explicit about the event mouse and keyboard ID
|
1 year ago |
Sam Lantinga
|
2fe1a6a279
Initial support for hotplugging mice and keyboards
|
1 year ago |
Sam Lantinga
|
a31dc6dfcb
Switched SDL_TouchID and SDL_FingerID to be Uint64 with 0 being an invalid value
|
1 year ago |
Sam Lantinga
|
5b3ee51c6c
Updated copyright for 2024
|
1 year ago |
Ryan C. Gordon
|
447b508a77
error: SDL's allocators now call SDL_OutOfMemory on error.
|
1 year ago |
Sylvain Becker
|
04b6b2979f
Re-add SDL_assert() with non boolean ptr syntax (#8530)
|
1 year ago |
Sylvain
|
d8600f717e
Pointer as bool (libsdl-org#7214)
|
1 year ago |
Sam Lantinga
|
f4b61fff30
Implemented VT switching for KMSDRM on Linux
|
1 year ago |
Sam Lantinga
|
ce9e1bd324
Don't mute the console input if we can't read the keyboard
|
1 year 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 |
Sam Lantinga
|
f010411492
Rename SDL_strtokr() to SDL_strtok_r()
|
2 years ago |
Simon McVittie
|
10fc3b3db7
evdev: Use time64-friendly accessors for struct input_event
|
2 years ago |
Simon McVittie
|
fa0ca3d41e
linux: Distinguish between "device with keys" and a full keyboard
|
2 years ago |
Sylvain
|
df314ba93e
Remove _THIS in src/core: EVDEV UDEV
|
2 years ago |
Anonymous Maarten
|
3472dc11d6
Fix uses of undefined macro identifiers (-Wundef)
|
2 years ago |
Sam Lantinga
|
c6443d86c9
Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!)
|
2 years ago |
Sylvain
|
b44d3699b1
Fixed most small problems reported by cppcheck for src/core PR #7307 (from @kevin2kevin2)
|
2 years ago |
Sylvain Becker
|
cb6b8b0132
Simplify flags testing (#7220)
|
2 years ago |
Sam Lantinga
|
fde78d12f2
Updated copyright for 2023
|
2 years ago |
Sam Lantinga
|
cefbeb582f
Mouse coordinates are floating point
|
2 years ago |
Sam Lantinga
|
63724c113b
Removed the vi format comments from the source
|
2 years ago |
Sam Lantinga
|
75f1eb9216
Don't assume evdev events and SDL_GetTicks() use the same time source
|
2 years ago |