enum EE::Window::RuntimeMode

Overview

Process-level execution mode, independent of the selected WindowBackend. More…

#include <runtime.hpp>

enum RuntimeMode: Uint8 {
    Native,
    Headless,
    Terminal,
};

Detailed Documentation

Process-level execution mode, independent of the selected WindowBackend.

Enum Values

Native

Normal platform window and display presentation.

Headless

Offscreen rendering without presentation.

Terminal

Offscreen rendering presented through a terminal transport.