Sam Lantinga
120c76c84b
Updated copyright for 2022
2022-01-03 09:40:21 -08:00
Sylvain
d31251b014
use SDL's functions version inplace of libc version
2021-11-22 08:38:46 -08:00
Cameron Cawley
08ae790497
Replace calls to asprintf with SDL_asprintf
2021-09-22 11:53:46 -07:00
Sam Lantinga
bf97c5a22f
Make sure SDL file descriptors don't leak into child processes
2021-09-08 14:47:40 -07:00
Cacodemon345
cf15faae68
Change "memset" to "SDL_zero"
2021-02-14 13:54:08 -05:00
Cacodemon345
c5f9e061b5
Disable FreeBSD console mouse when initializing evdev input
...
Enable it again after quitting evdev input.
2021-02-14 13:54:08 -05:00
Sam Lantinga
9130f7c377
Updated copyright for 2021
2021-01-02 10:25:38 -08:00
Ozkan Sezer
90456670b5
more "'for' loop initial declarations are only allowed in C99 mode" fixes
2020-12-17 14:11:00 +03:00
Sam Lantinga
1822f97e5f
Fixed bug 5346 - Add FreeBSD evdev KBIO keyboard input driver
...
wahil1976
This patch adds the KBIO text input driver for FreeBSD, which allows text input to fully work without text spilling out into the console. It also supports accented input, AltGr keys and Alt Lock combinations.
Tested with US accent keys layout and various AltGr layouts.
2020-11-11 19:37:47 -08:00