queue to ignore multiple mouse moves in one frame More...
#include <MRViewerEventQueue.h>
Public Member Functions | |
| MRVIEWER_API void | emplace (std::string name, ViewerEventCallback cb, bool skipable=false) |
| MRVIEWER_API void | execute () |
| execute all events in queue | |
| MRVIEWER_API void | popByName (const std::string &name) |
| pop all events while they have this name | |
| MRVIEWER_API bool | empty () const |
queue to ignore multiple mouse moves in one frame