Skip to content
Snippets Groups Projects

Fix keyboard input when certain keys overlap with dead keys

Merged Hanicef requested to merge Hanicef/SRB2Classic:fix-us-intl-console-key into next
8 files
+ 85
13
Compare changes
  • Side-by-side
  • Inline
Files
8
+ 10
0
@@ -1585,5 +1585,15 @@ void I_GetCursorPosition(INT32 *x, INT32 *y)
(void)y;
}
void I_SetTextInputMode(boolean active)
{
(void)active;
}
boolean I_GetTextInputMode(void)
{
return false;
}
#include "../sdl/dosstr.c"
Loading