diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-02-28 10:49:55 -0700 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-02-28 10:49:55 -0700 |
commit | a65570a60c1d2f58d2f3fe01a4a54cd08a90d932 (patch) | |
tree | 91d5e6026b2e23c907b227af06ae3923677eca80 /src/gui/chat.h | |
parent | 49665def0ef539fc8c24cb66817fbf7e0408a1a4 (diff) | |
download | mana-a65570a60c1d2f58d2f3fe01a4a54cd08a90d932.tar.gz mana-a65570a60c1d2f58d2f3fe01a4a54cd08a90d932.tar.bz2 mana-a65570a60c1d2f58d2f3fe01a4a54cd08a90d932.tar.xz mana-a65570a60c1d2f58d2f3fe01a4a54cd08a90d932.zip |
Allow chatting while talking to NPCs
Diffstat (limited to 'src/gui/chat.h')
-rw-r--r-- | src/gui/chat.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/gui/chat.h b/src/gui/chat.h index 2fadb014..6002fed3 100644 --- a/src/gui/chat.h +++ b/src/gui/chat.h @@ -138,8 +138,11 @@ class ChatWindow : public Window, public gcn::ActionListener, /** * Request focus for typing chat message. + * + * \returns true if the input was shown + * false otherwise */ - void requestChatFocus(); + bool requestChatFocus(); /** * Checks whether ChatWindow is Focused or not. |