InputSnapshot.ixx File
Immutable snapshot of input state at a specific point in time. More...
Included Headers
#include <helios.input.gamepad.GamepadState>
Namespaces Index
| namespace | helios |
| namespace | input |
|
Input handling and management. More... | |
Classes Index
| class | InputSnapshot |
|
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:
12export namespace helios::input {
45 class InputSnapshot {
52 const helios::input::gamepad::GamepadState gamepadState_;
64 explicit InputSnapshot(const helios::input::gamepad::GamepadState& gamepadState) noexcept
65 : gamepadState_(gamepadState) {
75 [[nodiscard]] const helios::input::gamepad::GamepadState& gamepadState() const noexcept {
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.