TDME2  1.9.200
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  */
11 {
12  /**
13  * Destructor
14  */
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 };
virtual void onCameraRotation()=0
On rotation event to be overloaded.
virtual void onCameraScale()=0
On scale event to be overloaded.