From f6321e277bc423a0878ae239a73ad2cd6393106c Mon Sep 17 00:00:00 2001 From: sruz25 Date: Fri, 19 Sep 2014 15:27:48 +0200 Subject: Add inventory right click drag and drop --- src/guiFormSpecMenu.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/guiFormSpecMenu.h') diff --git a/src/guiFormSpecMenu.h b/src/guiFormSpecMenu.h index 583cad4a2..2ffa05308 100644 --- a/src/guiFormSpecMenu.h +++ b/src/guiFormSpecMenu.h @@ -301,6 +301,7 @@ protected: std::string m_formspec_string; InventoryLocation m_current_inventory_location; + std::vector m_inventorylists; std::vector m_backgrounds; std::vector m_images; @@ -323,6 +324,7 @@ protected: InventoryLocation m_selected_content_guess_inventory; v2s32 m_pointer; + v2s32 m_old_pointer; // Mouse position after previous mouse event gui::IGUIStaticText *m_tooltip_element; u32 m_tooltip_show_delay; -- cgit v1.2.3