summaryrefslogtreecommitdiff
path: root/src/gui/textfield.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/textfield.h')
-rw-r--r--src/gui/textfield.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gui/textfield.h b/src/gui/textfield.h
index 4748830c..e36380e3 100644
--- a/src/gui/textfield.h
+++ b/src/gui/textfield.h
@@ -55,6 +55,11 @@ class TextField : public gcn::TextField {
*/
void drawBorder(gcn::Graphics *graphics);
+ /**
+ * Processes one keypress.
+ */
+ void keyPressed(gcn::KeyEvent &keyEvent);
+
private:
static int instances;
static ImageRect skin;