|
Zen 0.3.0
|
Public Member Functions | |
| CameraController (Camera &camera) | |
| void | onUpdate (DeltaTime deltaTime) |
| bool | onEvent (const ZenEvent &event) |
| bool | onMouseScrolled (const ZenEvent &event) |
| bool | onWindowResize (const ZenEvent &event) |
| void | setWorldBounds (float left, float right, float bottom, float top) |
| void | enableWorldBounds (bool enabled) |
Definition at line 10 of file ZEN_CameraController.h.
| Zen::CameraController::CameraController | ( | Camera & | camera | ) |
Definition at line 5 of file ZEN_CameraController.cpp.
| void Zen::CameraController::enableWorldBounds | ( | bool | enabled | ) |
Definition at line 95 of file ZEN_CameraController.cpp.
| bool Zen::CameraController::onEvent | ( | const ZenEvent & | event | ) |
Definition at line 30 of file ZEN_CameraController.cpp.
| bool Zen::CameraController::onMouseScrolled | ( | const ZenEvent & | event | ) |
Definition at line 40 of file ZEN_CameraController.cpp.
| void Zen::CameraController::onUpdate | ( | DeltaTime | deltaTime | ) |
Definition at line 9 of file ZEN_CameraController.cpp.
| bool Zen::CameraController::onWindowResize | ( | const ZenEvent & | event | ) |
Definition at line 60 of file ZEN_CameraController.cpp.
| void Zen::CameraController::setWorldBounds | ( | float | left, |
| float | right, | ||
| float | bottom, | ||
| float | top ) |
Definition at line 78 of file ZEN_CameraController.cpp.