Factory Events#
Variables Summary#
- const auto omni::kit::kGlobalEventFactoryWindowCreated
Event that is dispatched when a window is created (deferred)
- const auto omni::kit::kGlobalEventFactoryWindowCreatedImmediate
Event that is dispatched when a window is created (immediate)
- const auto omni::kit::kGlobalEventFactoryWindowDestroyed
Event that is dispatched when a window is destroyed (deferred)
- const auto omni::kit::kGlobalEventFactoryWindowDestroyedImmediate
Event that is dispatched when a window is destroyed (immediate)
- const auto omni::kit::kGlobalEventFactoryWindowShutdown
Event that is dispatched when a window is destroyed (deferred)
- const auto omni::kit::kGlobalEventFactoryWindowShutdownImmediate
Event that is dispatched when a window is destroyed (immediate)
- const auto omni::kit::kGlobalEventFactoryWindowStartup
Event that is dispatched when a window is started (deferred)
- const auto omni::kit::kGlobalEventFactoryWindowStartupImmediate
Event that is dispatched when a window is started (immediate)