123 MEM_CXX_CLASS_ALLOC_FUNCS(
"GHOST:GHOST_EventManager")
std::deque< const GHOST_IEvent * > m_handled_events
std::vector< GHOST_IEventConsumer * > TConsumerVector
GHOST_TSuccess addConsumer(GHOST_IEventConsumer *consumer)
std::deque< const GHOST_IEvent * > m_events
GHOST_TSuccess removeConsumer(GHOST_IEventConsumer *consumer)
TConsumerVector m_consumers
std::deque< const GHOST_IEvent * > TEventStack
GHOST_TSuccess pushEvent(const GHOST_IEvent *event)
void removeWindowEvents(const GHOST_IWindow *window)
void dispatchEvent(const GHOST_IEvent *event)
void removeTypeEvents(GHOST_TEventType type, const GHOST_IWindow *window=nullptr)