mirror of
https://github.com/edubart/otclient.git
synced 2025-11-07 13:56:22 +01:00
protocol via script
This commit is contained in:
@@ -40,7 +40,7 @@ public:
|
||||
void onRectUpdate();
|
||||
void onFocusChange();
|
||||
|
||||
void setText(const std::string& text);
|
||||
void setText(const std::string& text) { m_textArea.setText(text); }
|
||||
std::string getText() const { return m_textArea.getText(); }
|
||||
TextArea& getTextArea() { return m_textArea; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user