#include <navigationaction.h>
Public Member Functions | |
| ZoomAction (const std::shared_ptr< Camera > &camera, const std::shared_ptr< Vector2i > &windowSize) | |
Public Member Functions inherited from cil::MouseWheeledAction | |
| MouseWheeledAction () | |
| virtual bool | mouseWheel (const ivec2 &position, bool up) |
Public Member Functions inherited from cil::MouseAction | |
| MouseAction () | |
| virtual bool | mouseDown (const ivec2 &position) |
| virtual bool | mouseMove (const ivec2 &position) |
| virtual bool | mouseUp (const ivec2 &position) |
| virtual void | cancel () |
Public Member Functions inherited from cil::Action | |
| Action () | |
| virtual | ~Action () |
Protected Member Functions | |
| virtual bool | wheel (const ivec2 &position, bool up) |
| cil::ZoomAction::ZoomAction | ( | const std::shared_ptr< Camera > & | camera, |
| const std::shared_ptr< Vector2i > & | windowSize ) |
|
protectedvirtual |
Reimplemented from cil::MouseWheeledAction.