TDME2
1.9.121
src
tdme
tools
editor
misc
CameraInputHandlerEventHandler.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 Input Handler Event Handler
8
* @author Andreas Drewke
9
* @version $Id$
10
*/
11
struct
tdme::tools::editor::misc::CameraInputHandlerEventHandler
12
{
13
/**
14
* Destructor
15
*/
16
virtual
~CameraInputHandlerEventHandler
() {}
17
18
/**
19
* On translation event to be overloaded
20
*/
21
virtual
void
onCameraTranslation
() = 0;
22
23
/**
24
* On rotation event to be overloaded
25
*/
26
virtual
void
onCameraRotation
() = 0;
27
28
/**
29
* On scale event to be overloaded
30
*/
31
virtual
void
onCameraScale
() = 0;
32
33
34
};
tdme::tools::editor::misc::CameraInputHandlerEventHandler
Camera Input Handler Event Handler.
Definition:
CameraInputHandlerEventHandler.h:12
tdme::tools::editor::misc::CameraInputHandlerEventHandler::onCameraRotation
virtual void onCameraRotation()=0
On rotation event to be overloaded.
tdme::tools::editor::misc::CameraInputHandlerEventHandler::onCameraTranslation
virtual void onCameraTranslation()=0
On translation event to be overloaded.
tdme::tools::editor::misc::CameraInputHandlerEventHandler::onCameraScale
virtual void onCameraScale()=0
On scale event to be overloaded.
tdme::tools::editor::misc::CameraInputHandlerEventHandler::~CameraInputHandlerEventHandler
virtual ~CameraInputHandlerEventHandler()
Destructor.
Definition:
CameraInputHandlerEventHandler.h:16
tdme.h
fwd-tdme.h
Generated by
1.9.3