From dc24164926a7988e018d32fff1977d2b40c89057 Mon Sep 17 00:00:00 2001 From: drumsetmonkey Date: Thu, 3 Dec 2015 07:44:47 -0500 Subject: Added holding vs press key action --- include/inventory.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/inventory.h') diff --git a/include/inventory.h b/include/inventory.h index b62e491..18ef6c4 100644 --- a/include/inventory.h +++ b/include/inventory.h @@ -73,6 +73,7 @@ public: unsigned int sel; bool invOpen = false; bool invOpening = false; + bool invHover = false; Inventory(unsigned int s); // Creates an inventory of size 's' ~Inventory(void); // Free's allocated memory -- cgit v1.2.3