| 133 | } |
| 134 | |
| 135 | void OrbiterCameraController::resetInputState() |
| 136 | { |
| 137 | mIsLeftButtonDown = false; |
| 138 | mShouldRotate = false; |
| 139 | mbDirty = false; |
| 140 | } |
| 141 | |
| 142 | template<bool b6DoF> |
| 143 | FirstPersonCameraControllerCommon<b6DoF>::FirstPersonCameraControllerCommon(const ref<Camera>& pCamera) : CameraController(pCamera) |
no test coverage detected