Added first draft of an interactive button. Needs to handle addition of images a little better
refined detailed info window for stats display removed PSP button for Touch interfaces (currently only iOS and Android) on deck selection screens to not break the core engine and reduce some more complex code, I created a new vector in the JController object. mButtons. This vector will contain all the valid buttons for a given screen. The appropriate Add/Remove methods have been updated to account for this new vector.
This commit is contained in:
@@ -15,7 +15,7 @@ private:
|
||||
bool mScrollEnabled;
|
||||
bool mDisplayInitialized;
|
||||
|
||||
DeckMenu* parent;
|
||||
DeckMenu* deckController;
|
||||
float mTitleResetWidth;
|
||||
|
||||
protected:
|
||||
@@ -43,6 +43,7 @@ public:
|
||||
virtual bool Leaving(JButton key);
|
||||
virtual bool ButtonPressed();
|
||||
virtual ostream& toString(ostream& out) const;
|
||||
virtual JGuiController* getParent() const;
|
||||
virtual void RenderWithOffset(float yOffset);
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user