mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-12-21 10:20:42 +00:00
fixup! fixup! fixup! Implement support for native keyboard layout
This commit is contained in:
parent
b8f8cc1451
commit
afe8432c1e
1 changed files with 1 additions and 0 deletions
|
@ -601,6 +601,7 @@ void I_GetConsoleEvents(void)
|
|||
else
|
||||
{
|
||||
// push regular character
|
||||
ev.type = ev_text;
|
||||
ev.key = tty_con.buffer[tty_con.cursor] = key;
|
||||
tty_con.cursor++;
|
||||
// print the current line (this is differential)
|
||||
|
|
Loading…
Reference in a new issue