final change for 0.17 to sync up with other platforms. focused targeted touch of ui objects to deck menus.

This commit is contained in:
techdragon.nguyen@gmail.com
2012-01-10 19:53:10 +00:00
parent 9161136797
commit adc3e4b689
6 changed files with 24 additions and 13 deletions
+3
View File
@@ -17,6 +17,9 @@ private:
DeckMenu* parent;
float mTitleResetWidth;
protected:
virtual void checkUserClick();
public:
string imageFilename;
+1 -1
View File
@@ -27,7 +27,7 @@ protected:
float mXOffset;
bool mIsValidSelection;
void checkUserClick();
virtual void checkUserClick();
public: