base class for handler of spacemouse devices More...
#include <MRSpaceMouseHandler.h>
Inheritance diagram for MR::SpaceMouse::Handler:Public Member Functions | |
| virtual | ~Handler ()=default |
| virtual bool | initialize ()=0 |
| initialize device | |
| virtual void | handle ()=0 |
| handle device state and call Viewer signals | |
base class for handler of spacemouse devices
|
virtualdefault |
|
pure virtual |
handle device state and call Viewer signals
Implemented in MR::SpaceMouse::HandlerHidapi.
|
nodiscardpure virtual |
initialize device
Implemented in MR::SpaceMouse::HandlerHidapi.