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

Public Attributes

BoolProvider provider
bool current = false
bool previous = false
std::vector< BoolCallbackEntrycallbacks

Detailed Description

Definition at line 93 of file InputManager.h.

Member Data Documentation

◆ callbacks

std::vector<BoolCallbackEntry> Input::InputManager::BoolAction::callbacks

Definition at line 98 of file InputManager.h.

◆ current

bool Input::InputManager::BoolAction::current = false

Definition at line 96 of file InputManager.h.

◆ previous

bool Input::InputManager::BoolAction::previous = false

Definition at line 97 of file InputManager.h.

◆ provider

BoolProvider Input::InputManager::BoolAction::provider

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