Factory Events#
Variables#
- 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)
Variables#
-
const auto omni::kit::kGlobalEventFactoryWindowCreated = carb::RString("omni.appwindow:window_created")#
Event that is dispatched when a window is created (deferred)
-
const auto omni::kit::kGlobalEventFactoryWindowCreatedImmediate = carb::RString("omni.appwindow:window_created:immediate")#
Event that is dispatched when a window is created (immediate)
-
const auto omni::kit::kGlobalEventFactoryWindowDestroyed = carb::RString("omni.appwindow:window_destroyed")#
Event that is dispatched when a window is destroyed (deferred)
-
const auto omni::kit::kGlobalEventFactoryWindowDestroyedImmediate = carb::RString("omni.appwindow:window_destroyed:immediate")#
Event that is dispatched when a window is destroyed (immediate)
-
const auto omni::kit::kGlobalEventFactoryWindowShutdown = carb::RString("omni.appwindow:window_shutdown")#
Event that is dispatched when a window is destroyed (deferred)
-
const auto omni::kit::kGlobalEventFactoryWindowShutdownImmediate = carb::RString("omni.appwindow:window_shutdown:immediate")#
Event that is dispatched when a window is destroyed (immediate)