1 #include <samchon/library/Event.hpp> 2 #include <samchon/library/EventDispatcher.hpp> auto getSource() const -> EventDispatcher *
Get source of the Event.
auto getType() const -> int
Get type of the Event.
Event(EventDispatcher *, int)
Construct from source and type.
EventDispatcher * source
Source of the event.
int type
Type of the event.
Abstract class for dispatching Event.