TDME2 1.9.121
Public Member Functions | List of all members
CameraRotationInputHandlerEventHandler Struct Referenceabstract

Camera Rotation Input Handler Event Handler. More...

#include <tdme/tools/editor/misc/CameraRotationInputHandlerEventHandler.h>

Inheritance diagram for CameraRotationInputHandlerEventHandler:
Inheritance graph
Collaboration diagram for CameraRotationInputHandlerEventHandler:
Collaboration graph

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...
 

Detailed Description

Camera Rotation Input Handler Event Handler.

Author
Andreas Drewke
Version
$Id$

Definition at line 11 of file CameraRotationInputHandlerEventHandler.h.

Constructor & Destructor Documentation

◆ ~CameraRotationInputHandlerEventHandler()

virtual ~CameraRotationInputHandlerEventHandler ( )
inlinevirtual

Destructor.

Definition at line 16 of file CameraRotationInputHandlerEventHandler.h.

Member Function Documentation

◆ onCameraRotation()

virtual void onCameraRotation ( )
pure virtual

On rotation event to be overloaded.

Implemented in ModelEditorTabView, ParticleSystemEditorTabView, TriggerEditorTabView, and UIEditorTabView.

◆ onCameraScale()

virtual void onCameraScale ( )
pure virtual

On scale event to be overloaded.

Implemented in ModelEditorTabView, ParticleSystemEditorTabView, TriggerEditorTabView, and UIEditorTabView.


The documentation for this struct was generated from the following file: