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

Public Attributes

FloatProvider provider
float current = 0.0f
float previous = 0.0f
std::vector< FloatCallbackEntrycallbacks

Detailed Description

Definition at line 109 of file InputManager.h.

Member Data Documentation

◆ callbacks

std::vector<FloatCallbackEntry> Input::InputManager::FloatAction::callbacks

Definition at line 114 of file InputManager.h.

◆ current

float Input::InputManager::FloatAction::current = 0.0f

Definition at line 112 of file InputManager.h.

◆ previous

float Input::InputManager::FloatAction::previous = 0.0f

Definition at line 113 of file InputManager.h.

◆ provider

FloatProvider Input::InputManager::FloatAction::provider

Definition at line 111 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