Skip to main content

Key.ixx File

Key code definitions used across input adapters. More...

Namespaces Index

namespacehelios
namespaceinput

Input handling and management. More...

namespacetypes

Input type definitions. More...

Description

Key code definitions used across input adapters.

File Listing

The file content with the documentation metadata removed is:

1/**
2 * @file Key.ixx
3 * @brief Key code definitions used across input adapters.
4 */
5module;
6
7export module helios.input.types.Key;
8
9export namespace helios::input::types {
10
11 /**
12 * @brief Enumerates common keyboard keys.
13 *
14 * This enumeration provides identifiers for various keyboard keys.
15 * It's intended to be a platform-agnostic representation of physical keys.
16 *
17 * Implementing APIs are advised to properly map their implementation against
18 * this enumeration.
19 */
20 enum Key {
21
23
25
26 /**
27 * @brief Number of entries in this enumeration.
28 */
30 };
31
32}

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.