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