15#include <vsg/core/Inherit.h>
23 using clock = std::chrono::steady_clock;
24 using time_point = clock::time_point;
39 void write(
Output& output)
const override;
43 using UIEvents = std::list<ref_ptr<UIEvent>>;
44 using EventHandlers = std::list<vsg::ref_ptr<vsg::Visitor>>;
UIEvent is a base class for user interface events.
Definition UIEvent.h:28
std container adapter for allocating with MEMORY_AFFINITY_NODES
Definition Allocator.h:138