summaryrefslogtreecommitdiff
path: root/src/gui/buy.h
diff options
context:
space:
mode:
authorAngelo Castellani <udp.castellani@gmail.com>2011-05-22 19:07:41 -0400
committerStefan Dombrowski <stefan@uni-bonn.de>2011-05-25 19:34:25 +0200
commitb02081c00450d274c23b7198620ee7748756bd72 (patch)
treeaadc24f7ce866f916fb24b940eaf1f1db8ea8e88 /src/gui/buy.h
parent6d9936d160b197fe68c5bb21972b197fb1b64ba4 (diff)
downloadmana-client-b02081c00450d274c23b7198620ee7748756bd72.tar.gz
mana-client-b02081c00450d274c23b7198620ee7748756bd72.tar.bz2
mana-client-b02081c00450d274c23b7198620ee7748756bd72.tar.xz
mana-client-b02081c00450d274c23b7198620ee7748756bd72.zip
Added more double clickable actions
- double clicking a do_choice item submits it - double clicking the npc chat will hit 'next' - double click to buy/sell a single item - clicking on no item in the inventory now deselects - double click to use/activate items in inventory
Diffstat (limited to 'src/gui/buy.h')
-rw-r--r--src/gui/buy.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gui/buy.h b/src/gui/buy.h
index 68d318eb..2ecf89e1 100644
--- a/src/gui/buy.h
+++ b/src/gui/buy.h
@@ -77,6 +77,11 @@ class BuyDialog : public Window, public gcn::ActionListener,
void valueChanged(const gcn::SelectionEvent &event);
/**
+ * Allows for quick-buying by extending double-click events.
+ */
+ void mouseClicked(gcn::MouseEvent &mouseEvent);
+
+ /**
* Returns the name of item number i in the shop inventory.
*/
std::string getElementAt(int i);