|
Foray Library
rapid prototyping framework for crossplatform development of vulkan hardware ray tracing applications
|
Represents a stateless directional input. More...
#include <foray_input.hpp>
Protected Member Functions | |
| InputDirectional () | |
| InputDirectional (InputDevice *device, int32_t id, std::string_view name, EDirectional directional) | |
Protected Member Functions inherited from foray::osi::InputBase | |
| InputBase ()=default | |
| InputBase (InputDevice *device, int32_t id, std::string_view name) | |
Protected Attributes | |
| EDirectional | mDirectionalId |
| Directional input id of the inptu. | |
Protected Attributes inherited from foray::osi::InputBase | |
| InputDevice * | mDevice = {} |
| Device providing this input. | |
| int32_t | mId = {} |
| std::string | mName = {} |
Represents a stateless directional input.
|
inlineprotected |
|
inlineprotected |
|
protected |
Directional input id of the inptu.