Disable SDL text input events before actually focusing a text input element. Patch...
commit2283344319b3bd3ba439dce72597b50b474c1159
authorelexis <elexis@3db68df2-c116-0410-a063-a993310a9797>
Wed, 23 Nov 2016 13:29:47 +0000 (23 13:29 +0000)
committerelexis <elexis@3db68df2-c116-0410-a063-a993310a9797>
Wed, 23 Nov 2016 13:29:47 +0000 (23 13:29 +0000)
tree2d985a124a0cd775b74d810dbdb72d17b459e5e2
parentdd094436ef0bb4fb7b26a1132ba3f3ee55fdb1a4
Disable SDL text input events before actually focusing a text input element. Patch by echotangoecho, refs #3870.

Thus don't add a "t" to the chat input after opening it with the hotkey on unix.
The bug still occurs on Windows due to an SDL bug reported upstream by echotangoecho.

git-svn-id: http://svn.wildfiregames.com/public/ps/trunk@18990 3db68df2-c116-0410-a063-a993310a9797
source/ps/GameSetup/GameSetup.cpp