Skip to main content

helios/input/types/_module.ixx File

Input type definitions module exports. More...

Included Headers

Description

Input type definitions module exports.

File Listing

The file content with the documentation metadata removed is:

1/**
2 * @file _module.ixx
3 * @brief Input type definitions module exports.
4 */
5
6/**
7 * @brief Input type definitions for keyboard and other input devices.
8 *
9 * @details This module exports type definitions for input handling, including
10 * key codes and input device states used throughout the input system.
11 */
12export module helios.input.types;
13
14export import helios.input.types.Key;
15export import helios.input.types.Gamepad;

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.