8#ifndef GALAXY_EVENTS_EVENT_HPP_
9#define GALAXY_EVENTS_EVENT_HPP_
Event() noexcept
Constructor.
virtual ~Event() noexcept
Destructor.
Event & operator=(Event &&) noexcept
Move assignment operator.
bool consumed() const noexcept
Is this event already consumed?
void consume() noexcept
Mark this event as consumed.
bool m_handled
Keeps track if event has been used already.