TDME2
1.9.121
src
tdme
tools
editor
misc
CameraRotationInputHandlerEventHandler.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <
tdme/tdme.h
>
4
#include <
tdme/tools/editor/misc/fwd-tdme.h
>
5
6
/**
7
* Camera Rotation Input Handler Event Handler
8
* @author Andreas Drewke
9
* @version $Id$
10
*/
11
struct
tdme::tools::editor::misc::CameraRotationInputHandlerEventHandler
12
{
13
/**
14
* Destructor
15
*/
16
virtual
~CameraRotationInputHandlerEventHandler
() {}
17
18
/**
19
* On rotation event to be overloaded
20
*/
21
virtual
void
onCameraRotation
() = 0;
22
23
/**
24
* On scale event to be overloaded
25
*/
26
virtual
void
onCameraScale
() = 0;
27
28
29
};
tdme::tools::editor::misc::CameraRotationInputHandlerEventHandler
Camera Rotation Input Handler Event Handler.
Definition:
CameraRotationInputHandlerEventHandler.h:12
tdme::tools::editor::misc::CameraRotationInputHandlerEventHandler::onCameraRotation
virtual void onCameraRotation()=0
On rotation event to be overloaded.
tdme::tools::editor::misc::CameraRotationInputHandlerEventHandler::~CameraRotationInputHandlerEventHandler
virtual ~CameraRotationInputHandlerEventHandler()
Destructor.
Definition:
CameraRotationInputHandlerEventHandler.h:16
tdme::tools::editor::misc::CameraRotationInputHandlerEventHandler::onCameraScale
virtual void onCameraScale()=0
On scale event to be overloaded.
tdme.h
fwd-tdme.h
Generated by
1.9.3