mirror of
https://github.com/glest/glest-source.git
synced 2025-08-08 17:36:30 +02:00
Updated camera panning so that holding middle mouse button and moving the mouse changes the camera angle.
This commit is contained in:
@@ -70,6 +70,9 @@ public:
|
||||
int64 getMillis() const;
|
||||
int64 getSeconds() const;
|
||||
|
||||
static int64 getCurTicks();
|
||||
static int64 getCurMillis();
|
||||
|
||||
private:
|
||||
int64 queryCounter(int multiplier) const;
|
||||
};
|
||||
|
Reference in New Issue
Block a user