mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 12:27:43 +00:00
Update TextField for Input Methods
This commit is contained in:
@@ -157,6 +157,12 @@ void RootView::modKeyUp(boo::EModifierKey mod)
|
||||
m_activeTextView->modKeyUp(mod);
|
||||
}
|
||||
|
||||
void RootView::utf8FragmentDown(const std::string& str)
|
||||
{
|
||||
if (m_activeTextView)
|
||||
m_activeTextView->utf8FragmentDown(str);
|
||||
}
|
||||
|
||||
View* RootView::setContentView(View* view)
|
||||
{
|
||||
View* ret = m_view;
|
||||
|
||||
Reference in New Issue
Block a user