libdonut  2.3.2
Application framework for cross-platform game development in C++20
Public Attributes | List of all members
donut::events::InputManager::Binding Struct Reference

A single configured binding from a physical input to a set of abstract output numbers. More...

#include <donut/events/InputManager.hpp>

Public Attributes

Input input
 
Outputs outputs
 

Detailed Description

A single configured binding from a physical input to a set of abstract output numbers.

Member Data Documentation

◆ input

Input donut::events::InputManager::Binding::input

◆ outputs

Outputs donut::events::InputManager::Binding::outputs

The documentation for this struct was generated from the following file: