TDME2 1.9.121
|
Camera Rotation Input Handler. More...
#include <tdme/tools/editor/misc/CameraRotationInputHandler.h>
Public Member Functions | |
CameraRotationInputHandler (Engine *engine, CameraRotationInputHandlerEventHandler *eventHandler=nullptr) | |
Public constructor. More... | |
~CameraRotationInputHandler () | |
Destructor. More... | |
const Transformations & | getLookFromRotations () |
float | getDefaultScale () |
void | setDefaultScale (float defaultScale) |
Set default scale. More... | |
float | getScale () |
void | setScale (float scale) |
Set scale. More... | |
void | reset () |
Reset. More... | |
void | handleInputEvents () override |
Handle input events that have not yet been processed. More... | |
![]() | |
virtual void | handleInputEvents ()=0 |
Handle input events that have not yet been processed. More... | |
virtual | ~GUIInputEventHandler () |
Destructor. More... | |
Private Attributes | |
Engine * | engine { nullptr } |
bool | mouseDragging |
bool | keyLeft |
bool | keyRight |
bool | keyUp |
bool | keyDown |
bool | keyPeriod |
bool | keyComma |
bool | keyPlus |
bool | keyMinus |
bool | keyR |
int | mouseLastX |
int | mouseLastY |
Transformations | lookFromRotations |
float | defaultScale |
float | scale |
bool | resetRequested |
BoundingBox | boundingBoxTransformed |
CameraRotationInputHandlerEventHandler * | eventHandler { nullptr } |
Camera Rotation Input Handler.
Definition at line 21 of file CameraRotationInputHandler.h.
CameraRotationInputHandler | ( | Engine * | engine, |
CameraRotationInputHandlerEventHandler * | eventHandler = nullptr |
||
) |
Public constructor.
engine | engine |
eventHandler | event handler |
Definition at line 31 of file CameraRotationInputHandler.cpp.
Destructor.
Definition at line 56 of file CameraRotationInputHandler.cpp.
|
inline |
Definition at line 66 of file CameraRotationInputHandler.h.
const Transformations & getLookFromRotations | ( | ) |
Definition at line 59 of file CameraRotationInputHandler.cpp.
|
inline |
Definition at line 81 of file CameraRotationInputHandler.h.
|
overridevirtual |
Handle input events that have not yet been processed.
Implements GUIInputEventHandler.
Definition at line 69 of file CameraRotationInputHandler.cpp.
void reset | ( | ) |
Reset.
Definition at line 64 of file CameraRotationInputHandler.cpp.
|
inline |
Set default scale.
scale | default scale |
Definition at line 74 of file CameraRotationInputHandler.h.
|
inline |
|
private |
Definition at line 42 of file CameraRotationInputHandler.h.
|
private |
Definition at line 39 of file CameraRotationInputHandler.h.
|
private |
Definition at line 25 of file CameraRotationInputHandler.h.
|
private |
Definition at line 43 of file CameraRotationInputHandler.h.
|
private |
Definition at line 32 of file CameraRotationInputHandler.h.
|
private |
Definition at line 30 of file CameraRotationInputHandler.h.
|
private |
Definition at line 27 of file CameraRotationInputHandler.h.
|
private |
Definition at line 34 of file CameraRotationInputHandler.h.
|
private |
Definition at line 31 of file CameraRotationInputHandler.h.
|
private |
Definition at line 33 of file CameraRotationInputHandler.h.
|
private |
Definition at line 35 of file CameraRotationInputHandler.h.
|
private |
Definition at line 28 of file CameraRotationInputHandler.h.
|
private |
Definition at line 29 of file CameraRotationInputHandler.h.
|
private |
Definition at line 38 of file CameraRotationInputHandler.h.
|
private |
Definition at line 26 of file CameraRotationInputHandler.h.
|
private |
Definition at line 36 of file CameraRotationInputHandler.h.
|
private |
Definition at line 37 of file CameraRotationInputHandler.h.
|
private |
Definition at line 41 of file CameraRotationInputHandler.h.
|
private |
Definition at line 40 of file CameraRotationInputHandler.h.