parent
f83dcfb549
commit
5c701f207b
1 changed files with 1 additions and 1 deletions
|
@ -527,7 +527,7 @@ static void event_execute( const SDL_Event& event, command_executor* executor)
|
|||
if(!CKey::is_uncomposable(event.key) && !(mods & KMOD_CTRL) && !(mods & KMOD_ALT) && !(mods & KMOD_GUI)) {
|
||||
return;
|
||||
}
|
||||
} else if(event.type == SDL_TEXTINPUT && event.text.text[31] == 0 && utf8::size(utf8::string(event.text.text)) == 1) {
|
||||
} else if(event.type == SDL_TEXTINPUT && !(event.text.text[31] == 0 && utf8::size(utf8::string(event.text.text)) == 1)) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue