Vulkan Schnee 0.0.1
High-performance rendering engine
Loading...
Searching...
No Matches
Input::InputManager::Vec2Action Struct Reference
Collaboration diagram for Input::InputManager::Vec2Action:

Public Attributes

Vec2Provider provider
glm::vec2 current { 0.0f }
glm::vec2 previous { 0.0f }
std::vector< Vec2CallbackEntrycallbacks

Detailed Description

Definition at line 101 of file InputManager.h.

Member Data Documentation

◆ callbacks

std::vector<Vec2CallbackEntry> Input::InputManager::Vec2Action::callbacks

Definition at line 106 of file InputManager.h.

◆ current

glm::vec2 Input::InputManager::Vec2Action::current { 0.0f }

Definition at line 104 of file InputManager.h.

◆ previous

glm::vec2 Input::InputManager::Vec2Action::previous { 0.0f }

Definition at line 105 of file InputManager.h.

◆ provider

Vec2Provider Input::InputManager::Vec2Action::provider

Definition at line 103 of file InputManager.h.


The documentation for this struct was generated from the following file:
  • /home/magerbeton/Documents/gl3-vulkan/Engine/include/Engine/Input/InputManager.h