1 #ifndef CURSOR_LEAVE_EVENT_H 
    2 #define CURSOR_LEAVE_EVENT_H 
   26       static std::shared_ptr<CursorLeaveEvent> 
create() { 
return std::make_shared<CursorLeaveEvent>(); }
 
Class for event. 
Definition: event.h:10
EventType
Event type enum that is used when passing events. 
Definition: event_type.h:12
Definition: event_type.h:18
Event(const EventType &type)
Event constructor. 
Definition: event.h:21