Allow using emoji keyboard with android screen keyboard together
This commit is contained in:
parent
4d7fd73543
commit
90a6dc6023
@ -167,6 +167,11 @@ void ScreenKeyboard::init()
|
||||
y = margin;
|
||||
}
|
||||
}
|
||||
#ifdef ANDROID
|
||||
// This will allow emoji keyboard opening together with android screen
|
||||
// keyboard
|
||||
y += irr_driver->getDevice()->getMovedHeight();
|
||||
#endif
|
||||
|
||||
m_area = core::rect<s32>(x, y, x + w, y + h);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user