Minor fix for previous commit
This commit is contained in:
@@ -366,6 +366,7 @@ bool ScreenKeyboard::onEvent(const SEvent &event)
|
||||
if (m_edit_box->isPointInside(point))
|
||||
{
|
||||
m_edit_box->OnEvent(event);
|
||||
return true;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user