Fixed trophy card selection and scrolling with mouse and touch.

This commit is contained in:
Xawotihs
2011-09-06 21:08:25 +00:00
parent 98709e661e
commit c3d2b60a67
4 changed files with 61 additions and 4 deletions
+3
View File
@@ -857,8 +857,11 @@ public:
virtual void ButtonPressed(int controllerId, int controlId);
virtual void setData();
WGuiBase * operator[](int);
virtual bool CheckUserInput(JButton key);
protected:
bool mFocus;
int startWindow;
int endWindow;
};
/**