On-screen keyboard support!

This commit is contained in:
TheBrokenRail
2023-11-02 16:38:22 -04:00
committed by iProgramInCpp
parent 0559f66102
commit f9b07014d2
10 changed files with 78 additions and 13 deletions

View File

@@ -35,7 +35,7 @@ void ChatScreen::init()
// set focus directly on the chat text box
m_textChat.init(m_pFont);
m_textChat.setFocused(true);
m_textChat.setFocused(m_pMinecraft, true);
m_buttons.push_back(&m_btnSend);
m_textInputs.push_back(&m_textChat);