summaryrefslogtreecommitdiff
path: root/src/gui/widgets/textbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/textbox.h')
-rw-r--r--src/gui/widgets/textbox.h2
1 files changed, 2 insertions, 0 deletions
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;