TDME2
1.9.200
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
*/
10
struct
tdme::tools::editor::misc::CameraRotationInputHandlerEventHandler
11
{
12
/**
13
* Destructor
14
*/
15
virtual
~CameraRotationInputHandlerEventHandler
() {}
16
17
/**
18
* On rotation event to be overloaded
19
*/
20
virtual
void
onCameraRotation
() = 0;
21
22
/**
23
* On scale event to be overloaded
24
*/
25
virtual
void
onCameraScale
() = 0;
26
27
28
};
tdme::tools::editor::misc::CameraRotationInputHandlerEventHandler
Camera Rotation Input Handler Event Handler.
Definition:
CameraRotationInputHandlerEventHandler.h:11
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:15
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.1