mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 07:21:58 +00:00
Extra bloaty junk to modernise stuff a bit.
https://fte.triptohell.info/moodles/qss/
6caa4dbf59
1. Remove Key_IgnoreTextInput(), and simple always send a Char_Event when we receive TEXTINPUT (SDL2) or the unicode field of a KEYDOWN event is filled (SDL1.). 2. Remove handling of K_KP_* in the menu/console, since they cannot be relied on to not also send text (see issue described above). The handling of K_KP_ENTER can stay, since we do know that it never sends text. 3. Remove the interpretation hack for the numpad, since it will no longer be needed (and doesn't currently work for SDL2 anyway); if a numpad key generates text we will handle it (because of "1"), if not then it will simply be if ignored (because of "2”). git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@1110 af15c1b1-3010-417e-b628-4374ebc0bcbd |
||
---|---|---|
quakespasm |