#include "RTSCameraUpdater.h"
#include "RTSCamera.h"
#include "OgreVector3.h"
#include "OgreKeyEvent.h"
Include dependency graph for RTSCameraUpdater.cpp:
Go to the source code of this file.
Namespaces | |
namespace | ASR |
Variables | |
const float | CAMERA_SPEED = 600.0f |
const int | SCROLL_HEIGHT = 15 |
const int | SCROLL_WIDTH = 15 |
const float | MOUSE_SPEED = 2.0f |
const float CAMERA_SPEED = 600.0f |
Definition at line 12 of file RTSCameraUpdater.cpp.
Referenced by ASR::RTSCameraUpdater::updateBeforeFrame().
const float MOUSE_SPEED = 2.0f |
Definition at line 15 of file RTSCameraUpdater.cpp.
Referenced by ASR::UnitSelecter::updateBeforeFrame(), and ASR::RTSCameraUpdater::updateBeforeFrame().
const int SCROLL_HEIGHT = 15 |
Definition at line 13 of file RTSCameraUpdater.cpp.
Referenced by ASR::RTSCameraUpdater::updateBeforeFrame().
const int SCROLL_WIDTH = 15 |
Definition at line 14 of file RTSCameraUpdater.cpp.
Referenced by ASR::RTSCameraUpdater::updateBeforeFrame().