Base class for a single input channel of an input device.
More...
#include <foray_input.hpp>
Base class for a single input channel of an input device.
◆ InputBase() [1/2]
foray::osi::InputBase::InputBase |
( |
| ) |
|
|
inlineprotecteddefault |
◆ InputBase() [2/2]
foray::osi::InputBase::InputBase |
( |
InputDevice * |
device, |
|
|
int32_t |
id, |
|
|
std::string_view |
name |
|
) |
| |
|
inlineprotected |
◆ mDevice
Device providing this input.
Device-unique Id of the input
Human readable name of the input
◆ mId
int32_t foray::osi::InputBase::mId = {} |
|
protected |
◆ mName
std::string foray::osi::InputBase::mName = {} |
|
protected |
The documentation for this class was generated from the following file: