From 693879649420c0997bfb29bea7f5752f6d9ac526 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 17 Apr 2012 11:31:47 +0300 Subject: Move keyboard handling from guichan to own classes. --- src/gui/widgets/textbox.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gui/widgets/textbox.h') diff --git a/src/gui/widgets/textbox.h b/src/gui/widgets/textbox.h index a052247c4..5f69dcf51 100644 --- a/src/gui/widgets/textbox.h +++ b/src/gui/widgets/textbox.h @@ -64,6 +64,8 @@ class TextBox : public gcn::TextBox gcn::TextBox::draw(graphics); } + void keyPressed(gcn::KeyEvent& keyEvent); + private: int mMinWidth; const gcn::Color *mTextColor; -- cgit v1.2.3-60-g2f50