diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-07-12 14:27:09 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-07-12 14:27:09 +0300 |
commit | 36027fc87b99b8f048265f6ac470227a1c32d481 (patch) | |
tree | 617b39aaf314fa9660b02fd849d994fde19f7959 /src/guichan/include | |
parent | d0c97c8a12b0904c00a492acd129aebffd7816c8 (diff) | |
download | mv-36027fc87b99b8f048265f6ac470227a1c32d481.tar.gz mv-36027fc87b99b8f048265f6ac470227a1c32d481.tar.bz2 mv-36027fc87b99b8f048265f6ac470227a1c32d481.tar.xz mv-36027fc87b99b8f048265f6ac470227a1c32d481.zip |
add option for enable/disable double click support.
New option: setup / misc / other / Enable double clicks
Diffstat (limited to 'src/guichan/include')
-rw-r--r-- | src/guichan/include/guichan/gui.hpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/guichan/include/guichan/gui.hpp b/src/guichan/include/guichan/gui.hpp index 3a30dedd0..d42a11255 100644 --- a/src/guichan/include/guichan/gui.hpp +++ b/src/guichan/include/guichan/gui.hpp @@ -265,14 +265,6 @@ namespace gcn virtual void handleMouseMoved(const MouseInput& mouseInput); /** - * Handles mouse pressed input. - * - * @param mouseInput The mouse input to handle. - * @since 0.6.0 - */ - virtual void handleMousePressed(const MouseInput& mouseInput); - - /** * * Handles mouse wheel moved down input. * |