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

Camera Input Handler Event Handler. More...

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

Inheritance diagram for CameraInputHandlerEventHandler:
Inheritance graph
Collaboration diagram for CameraInputHandlerEventHandler:
Collaboration graph

Public Member Functions

virtual ~CameraInputHandlerEventHandler ()
 Destructor. More...
 
virtual void onCameraTranslation ()=0
 On translation event to be overloaded. 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 Input Handler Event Handler.

Author
Andreas Drewke
Version
$Id$

Definition at line 11 of file CameraInputHandlerEventHandler.h.

Constructor & Destructor Documentation

◆ ~CameraInputHandlerEventHandler()

virtual ~CameraInputHandlerEventHandler ( )
inlinevirtual

Destructor.

Definition at line 16 of file CameraInputHandlerEventHandler.h.

Member Function Documentation

◆ onCameraRotation()

virtual void onCameraRotation ( )
pure virtual

On rotation event to be overloaded.

Implemented in SceneEditorTabView.

◆ onCameraScale()

virtual void onCameraScale ( )
pure virtual

On scale event to be overloaded.

Implemented in SceneEditorTabView.

◆ onCameraTranslation()

virtual void onCameraTranslation ( )
pure virtual

On translation event to be overloaded.

Implemented in SceneEditorTabView.


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