Legacy Events#

Variables#

const carb::events::EventType omni::kit::kEventTypeWindowCreated

Application window created event type.

const carb::events::EventType omni::kit::kEventTypeWindowDestroyed

Application window destroyed event type.

const carb::events::EventType omni::kit::kEventTypeWindowShutdown

Application window shutdown event type.

const carb::events::EventType omni::kit::kEventTypeWindowStartup

Application window startup event type.

Variables#

const carb::events::EventType omni::kit::kEventTypeWindowCreated = 1#

Application window created event type.

const carb::events::EventType omni::kit::kEventTypeWindowDestroyed = 2#

Application window destroyed event type.

const carb::events::EventType omni::kit::kEventTypeWindowShutdown = 4#

Application window shutdown event type.

const carb::events::EventType omni::kit::kEventTypeWindowStartup = 3#

Application window startup event type.