![]() |
VR-Forces 4.10 Class Documentation
|
event processor that gives imgui a chance to catch events. More...

Public Member Functions | |
| DtImGuiEventProcessor (DtImguiDrawable &imGuiDrawable) | |
| CTOR. More... | |
| virtual | ~DtImGuiEventProcessor () |
| DTOR. More... | |
| virtual bool | processMouseEvent (const DtMouseEvent &ev, DtChannel &channel) |
| handles mouse events More... | |
| virtual bool | processKeyboardEvent (const DtKeyEvent &ev, DtChannel &channel) |
| handles keyboard events More... | |
| virtual const std::string & | className () |
| Returns the name of the processor class, to be used for identifying an event processor. More... | |
| virtual void | setKeyboardActive (bool enable) |
| is this capturing the keyboard More... | |
Public Member Functions inherited from makVrv::DtEventProcessorInterface | |
| DtEventProcessorInterface () | |
| CTOR. More... | |
| virtual | ~DtEventProcessorInterface () |
| DTOR. More... | |
| virtual bool | processPinchGesture (const DtPinchGesture &ev, DtChannel &channel) |
| Don't require a handler for pinch gestures, but make them available. More... | |
| virtual void | setEnabled (bool b) |
| Get/set enabled flag. More... | |
| bool | enabled () const |
Protected Attributes | |
| std::string | myClassName |
| bool | myIsKeyboardActive |
| bool | myRightMouseMoveActive |
| DtImguiDrawable & | myImGuiDrawable |
Protected Attributes inherited from makVrv::DtEventProcessorInterface | |
| bool | myEnabled |
event processor that gives imgui a chance to catch events.
| makVrv::DtImGuiEventProcessor::DtImGuiEventProcessor | ( | DtImguiDrawable & | imGuiDrawable | ) |
CTOR.
|
virtual |
DTOR.
|
virtual |
handles mouse events
Implements makVrv::DtEventProcessorInterface.
|
virtual |
handles keyboard events
Implements makVrv::DtEventProcessorInterface.
|
virtual |
Returns the name of the processor class, to be used for identifying an event processor.
Implements makVrv::DtEventProcessorInterface.
|
inlinevirtual |
is this capturing the keyboard
|
protected |
|
protected |
|
protected |
|
protected |