omni::kit::kEventAppReady

Defined in omni/kit/IApp.h

const carb::events::EventType omni::kit::kEventAppReady = std::integral_constant<uint64_t, carb::fnv1aHash("APP_READY")>::value

An event that is dispatched when the application becomes ready.

After application startup (see kEventAppStarted), every call to IApp::update() after the first call will check for readiness. Readiness can be delayed with IApp::delayAppReady() which must be called during each main run loop iteration to prevent readiness. Once a run loop completes with no calls to IApp::delayAppReady() the application is considered “ready” and this event is dispatched.

Event Arguments

  • None