Updated camera panning so that holding middle mouse button and moving the mouse changes the camera angle.

This commit is contained in:
Mark Vejvoda
2010-03-24 01:28:48 +00:00
parent ecc39ea911
commit 3ecf980649
11 changed files with 252 additions and 28 deletions

View File

@@ -70,6 +70,9 @@ public:
int64 getMillis() const;
int64 getSeconds() const;
static int64 getCurTicks();
static int64 getCurMillis();
private:
int64 queryCounter(int multiplier) const;
};