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