applied logic used for deck selection to popup menus as well

This commit is contained in:
techdragon.nguyen@gmail.com
2012-01-08 15:32:28 +00:00
parent f9e56608dc
commit 440b3b00d9
4 changed files with 51 additions and 45 deletions

View File

@@ -38,9 +38,12 @@ public:
float mX;
float mY;
void Relocate(float x, float y);
float GetWidth();
bool hasFocus();
virtual void Relocate(float x, float y);
virtual float GetWidth();
virtual bool hasFocus();
void RenderWithOffset(float yOffset);
virtual void Render();