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

View File

@@ -35,6 +35,7 @@ public:
virtual void Update(float dt);
virtual void Render();
virtual void ButtonPressed(int controllerId, int controlId);
virtual void OnScroll(int inXVelocity, int inYVelocity);
};
#endif