Skip to main content

helios/window/event/_module.ixx File

Module exports for window event types and handlers. More...

Included Headers

Description

Module exports for window event types and handlers.

File Listing

The file content with the documentation metadata removed is:

1/**
2 * @file _module.ixx
3 * @brief Module exports for window event types and handlers.
4 */
5
6/**
7 * @brief Window event definitions and handlers.
8 *
9 * @details This module provides window-specific event types such as resize events
10 * and framebuffer events for handling window state changes.
11 */
12export module helios.window.event;
13
14export import helios.window.event.WindowEvent;
15export import helios.window.event.FrameBufferResizeEvent;

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.