mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2026-04-19 06:42:43 +00:00
Added a way to move menus around
This commit is contained in:
@@ -28,5 +28,13 @@ public:
|
||||
private:
|
||||
bool isInOrderList(std::string name);
|
||||
|
||||
bool menuClicked = false;
|
||||
std::string clickedMenuName = "";
|
||||
std::string draggedMenuName = "";
|
||||
std::vector<float> headerTops;
|
||||
int insertBefore = -1;
|
||||
std::string insertBeforeName = "";
|
||||
std::vector<std::string> displayedNames;
|
||||
|
||||
std::map<std::string, MenuItem_t> items;
|
||||
};
|
||||
Reference in New Issue
Block a user