summaryrefslogtreecommitdiff
path: root/src/guichan/include
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-04-14 01:07:23 +0300
committerAndrei Karas <akaras@inbox.ru>2012-04-14 01:07:23 +0300
commit035cc92ee2a435ff1d663e2037f543578dd2578a (patch)
tree084cc6998c99fd66100108428ea6bbb615af8ca7 /src/guichan/include
parent8bb2cb1e077ded2837be80cb4efa75391317de42 (diff)
downloadManaVerse-035cc92ee2a435ff1d663e2037f543578dd2578a.tar.gz
ManaVerse-035cc92ee2a435ff1d663e2037f543578dd2578a.tar.bz2
ManaVerse-035cc92ee2a435ff1d663e2037f543578dd2578a.tar.xz
ManaVerse-035cc92ee2a435ff1d663e2037f543578dd2578a.zip
Block enter key from pressing active button.
Diffstat (limited to 'src/guichan/include')
-rw-r--r--src/guichan/include/guichan/widgets/button.hpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/guichan/include/guichan/widgets/button.hpp b/src/guichan/include/guichan/widgets/button.hpp
index a934499d0..b8a442c40 100644
--- a/src/guichan/include/guichan/widgets/button.hpp
+++ b/src/guichan/include/guichan/widgets/button.hpp
@@ -162,13 +162,6 @@ namespace gcn
virtual void mouseDragged(MouseEvent& mouseEvent);
-
- // Inherited from KeyListener
-
- virtual void keyPressed(KeyEvent& keyEvent);
-
- virtual void keyReleased(KeyEvent& keyEvent);
-
protected:
/**
* Checks if the button is pressed. Convenient method to use