TDME2 1.9.121
CameraRotationInputHandlerEventHandler.h
Go to the documentation of this file.
1#pragma once
2
3#include <tdme/tdme.h>
5
6/**
7 * Camera Rotation Input Handler Event Handler
8 * @author Andreas Drewke
9 * @version $Id$
10 */
12{
13 /**
14 * Destructor
15 */
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};
virtual void onCameraRotation()=0
On rotation event to be overloaded.
virtual void onCameraScale()=0
On scale event to be overloaded.