#include #include namespace NXKit { std::vector> UIEvent::activeEvents; UIEvent::UIEvent() {}; UIEvent::UIEvent(std::shared_ptr touch) { _allTouches.insert(touch); } }