omni::kit::kEventAppStarted
Defined in omni/kit/IApp.h
-
const carb::events::EventType omni::kit::kEventAppStarted = std::integral_constant<uint64_t, carb::fnv1aHash("APP_STARTED")>::value
An event that is dispatched at app startup time.
This event is dispatched to the stream returned by IApp::getStartupEventStream() (and the stream is pumped) immediately before IApp::startup() returns.
- Event Arguments
None