|
Vulkan Schnee 0.0.1
High-performance rendering engine
|
Public Attributes | |
| Vec2Provider | provider |
| glm::vec2 | current { 0.0f } |
| glm::vec2 | previous { 0.0f } |
| std::vector< Vec2CallbackEntry > | callbacks |
Definition at line 101 of file InputManager.h.
| std::vector<Vec2CallbackEntry> Input::InputManager::Vec2Action::callbacks |
Definition at line 106 of file InputManager.h.
| glm::vec2 Input::InputManager::Vec2Action::current { 0.0f } |
Definition at line 104 of file InputManager.h.
| glm::vec2 Input::InputManager::Vec2Action::previous { 0.0f } |
Definition at line 105 of file InputManager.h.
| Vec2Provider Input::InputManager::Vec2Action::provider |
Definition at line 103 of file InputManager.h.