mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-27 08:32:47 +00:00
Fix bug with rating in lobby bot, remove superfluous GUI typedef, and change the lobby chat autocompletion to use tab.
This was SVN commit r14467.
This commit is contained in:
@@ -99,7 +99,8 @@ InReaction CInput::ManuallyHandleEvent(const SDL_Event_* ev)
|
||||
{
|
||||
case SDLK_TAB: // '\t'
|
||||
/* Auto Complete */
|
||||
// TODO Gee: (2004-09-07) What to do with tab?
|
||||
// We just send the tab event to JS and let it figure out autocomplete.
|
||||
SendEvent(GUIM_TAB, "tab");
|
||||
break;
|
||||
|
||||
case SDLK_BACKSPACE: // '\b'
|
||||
|
||||
Reference in New Issue
Block a user