mirror of
https://github.com/dhewm/dhewm3-sdk.git
synced 2024-11-24 21:41:23 +00:00
Port Linux events to SDL
New CVar "in_kbd" to set the layout for the keyboard. SDL 1.2 doesn't offer any way to determine it, and we need this feature to use the same key for toggling the console independent of the keyboard layout. The old "in_nograb" from the Linux backend is still supported.
This commit is contained in:
parent
4dbf6d2329
commit
3c5c70eba2
1 changed files with 1 additions and 2 deletions
|
@ -675,6 +675,7 @@ else()
|
|||
set(src_sys_base
|
||||
sys/cpu.cpp
|
||||
sys/threads.cpp
|
||||
sys/events.cpp
|
||||
sys/sys_local.cpp
|
||||
sys/posix/posix_net.cpp
|
||||
sys/posix/posix_signal.cpp
|
||||
|
@ -685,8 +686,6 @@ else()
|
|||
set(src_sys_core
|
||||
${src_stub_util}
|
||||
sys/glimp.cpp
|
||||
sys/posix/posix_input.cpp
|
||||
sys/linux/input.cpp
|
||||
)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in a new issue