TDME2 1.9.121
|
Camera Rotation Input Handler Event Handler. More...
#include <tdme/tools/editor/misc/CameraRotationInputHandlerEventHandler.h>
Public Member Functions | |
virtual | ~CameraRotationInputHandlerEventHandler () |
Destructor. More... | |
virtual void | onCameraRotation ()=0 |
On rotation event to be overloaded. More... | |
virtual void | onCameraScale ()=0 |
On scale event to be overloaded. More... | |
Camera Rotation Input Handler Event Handler.
Definition at line 11 of file CameraRotationInputHandlerEventHandler.h.
|
inlinevirtual |
Destructor.
Definition at line 16 of file CameraRotationInputHandlerEventHandler.h.
|
pure virtual |
On rotation event to be overloaded.
Implemented in ModelEditorTabView, ParticleSystemEditorTabView, TriggerEditorTabView, and UIEditorTabView.
|
pure virtual |
On scale event to be overloaded.
Implemented in ModelEditorTabView, ParticleSystemEditorTabView, TriggerEditorTabView, and UIEditorTabView.