Implemented full evdev keyboard text support

This is based on the Linux kernel driver, and has fallback mapping tables in case we aren't connected to a virtual terminal.
This commit is contained in:
Sam Lantinga 2017-01-09 02:54:42 -08:00
parent def09bbf54
commit 9558d55a84
7 changed files with 5681 additions and 184 deletions

View file

@ -3123,7 +3123,7 @@ case "$host" in
fi
# Set up files for evdev input
if test x$use_input_events = xyes; then
SOURCES="$SOURCES $srcdir/src/core/linux/SDL_evdev.c"
SOURCES="$SOURCES $srcdir/src/core/linux/SDL_evdev*.c"
fi
;;
*-*-cygwin* | *-*-mingw32*)