mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-29 23:07:48 +02:00
Capture events in chat box
This commit is contained in:
@@ -122,6 +122,7 @@ public:
|
||||
CChatBox(const Rect & rect);
|
||||
|
||||
void keyPressed(EShortcut key) override;
|
||||
bool captureThisKey(EShortcut key) override;
|
||||
void addNewMessage(const std::string & text);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user