22 MRVIEWER_API
void popByName(
const std::string& name );
23 MRVIEWER_API
bool empty()
const;
32 mutable std::recursive_mutex mutex_;
33 std::queue<NamedEvent> queue_;
34 bool lastSkipable_{
false};
queue to ignore multiple mouse moves in one frame
Definition MRViewerEventQueue.h:14
MRVIEWER_API bool empty() const
MRVIEWER_API void emplace(std::string name, ViewerEventCallback cb, bool skipable=false)
MRVIEWER_API void execute()
MRVIEWER_API void popByName(const std::string &name)
Definition MRCameraOrientationPlugin.h:8
std::function< void()> ViewerEventCallback
Definition MRViewerFwd.h:65