Skip to main content

helios/window/_module.ixx File

Module exports for window management and configuration. More...

Included Headers

Description

Module exports for window management and configuration.

File Listing

The file content with the documentation metadata removed is:

1/**
2 * @file _module.ixx
3 * @brief Module exports for window management and configuration.
4 */
5
6/**
7 * @brief Window management and configuration.
8 *
9 * @details This module provides window creation, configuration, and event handling
10 * for application windows, including window events and configuration settings.
11 */
12export module helios.window;
13
14export import helios.window.Window;
15export import helios.window.WindowConfig;
16
17export import helios.window.event;

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.