TDME2 1.9.121
|
GUI input event handler interface. More...
#include <tdme/gui/events/GUIInputEventHandler.h>
Public Member Functions | |
virtual void | handleInputEvents ()=0 |
Handle input events that have not yet been processed. More... | |
virtual | ~GUIInputEventHandler () |
Destructor. More... | |
GUI input event handler interface.
Definition at line 11 of file GUIInputEventHandler.h.
|
inlinevirtual |
Destructor.
Definition at line 22 of file GUIInputEventHandler.h.
|
pure virtual |
Handle input events that have not yet been processed.
Implemented in CameraInputHandler, CameraRotationInputHandler, EmptyEditorTabView, EnvMapEditorTabView, FontTabView, ModelEditorTabView, ParticleSystemEditorTabView, SceneEditorTabView, SoundTabView, TerrainEditorTabView, TextEditorTabView, TextureTabView, TriggerEditorTabView, UIEditorTabView, and EditorView.