mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
renamed keyDown -> keyPressed
This commit is contained in:
@@ -549,7 +549,7 @@ void CTextInput::clickLeft(tribool down, bool previousState)
|
||||
giveFocus();
|
||||
}
|
||||
|
||||
void CTextInput::keyDown(const SDL_Keycode & key)
|
||||
void CTextInput::keyPressed(const SDL_Keycode & key)
|
||||
{
|
||||
if(!focus)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user