Skip to main content

helios/input/_module.ixx File

Input handling module exports. More...

Included Headers

Description

Input handling module exports.

File Listing

The file content with the documentation metadata removed is:

1/**
2 * @file _module.ixx
3 * @brief Input handling module exports.
4 */
5
6/**
7 * @brief Input handling module for user input management.
8 *
9 * @details This module provides input management functionality including adapters
10 * for different input sources and managers for processing user input. Includes
11 * type definitions for various input events and states.
12 */
13export module helios.input;
14
15export import helios.input.types;
16export import helios.input.gamepad;
17export import helios.input.InputAdapter;
18export import helios.input.InputManager;
19export import helios.input.InputSnapshot;

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.