R-Type
Distributed multiplayer game engine in C++
Loading...
Searching...
No Matches
Game::KeyBindingsMenu::BindingButtons Struct Reference
Collaboration diagram for Game::KeyBindingsMenu::BindingButtons:
Collaboration graph

Public Attributes

std::shared_ptr< UI::IButtonprimaryButton
 
std::shared_ptr< UI::IButtonsecondaryButton
 

Detailed Description

Definition at line 128 of file KeyBindingsMenu.hpp.

Member Data Documentation

◆ primaryButton

std::shared_ptr<UI::IButton> Game::KeyBindingsMenu::BindingButtons::primaryButton

Definition at line 129 of file KeyBindingsMenu.hpp.

◆ secondaryButton

std::shared_ptr<UI::IButton> Game::KeyBindingsMenu::BindingButtons::secondaryButton

Definition at line 130 of file KeyBindingsMenu.hpp.


The documentation for this struct was generated from the following file: