added more buttons to deck editor to cover all the functionality. Need to remove the PSP directions from the slide-in menus

This commit is contained in:
techdragon.nguyen@gmail.com
2012-01-30 04:23:11 +00:00
parent 28be95b401
commit 969e6ac5e6
5 changed files with 74 additions and 34 deletions

View File

@@ -97,7 +97,7 @@ private:
int lastTotal;
int mSelected;
InteractiveButton *toggleDeckButton, *sellCardButton;
InteractiveButton *toggleDeckButton, *sellCardButton, *statsNextButton, *statsPrevButton, *menuButton, *filterButton;
WGuiFilters * filterMenu;
WSrcDeckViewer * source;
@@ -124,6 +124,7 @@ private:
void sellCard();
void setButtonState(bool state);
bool userPressedButton();
void RenderButtons();
pair<float, float> cardsCoordinates[CARDS_DISPLAYED];