Skip to main content

InputSnapshot.ixx File

Immutable snapshot of input state at a specific point in time. More...

Included Headers

Namespaces Index

namespacehelios
namespaceengine
namespaceinput

Classes Index

classInputSnapshot

Immutable snapshot capturing input state at a specific point in time. More...

Description

Immutable snapshot of input state at a specific point in time.

File Listing

The file content with the documentation metadata removed is:

1
5module;
6
7
8export module helios.engine.input.InputSnapshot;
9
10import helios.engine.input.gamepad.GamepadState;
11
12export namespace helios::engine::input {
13
46
53
54 public:
55
65 : gamepadState_(gamepadState) {
66 }
67
76 return gamepadState_;
77 }
78 };
79
80}

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.