#include namespace NXKit { std::vector> UIPressesEvent::activePressesEvents; UIPressesEvent::UIPressesEvent(std::shared_ptr press) { _allPresses.insert(press); } std::set> UIPressesEvent::pressesFor(std::shared_ptr gesture) { return {}; } }