Peoplemon  0.1.0
Peoplemon 3 game source documentation
Namespaces | Typedefs
MenuDriver.hpp File Reference
#include <BLIB/Interfaces/Menu.hpp>
#include <Core/Input/Control.hpp>

Go to the source code of this file.

Namespaces

 core
 Core classes and functionality for both the editor and game.
 
 core::input
 Peoplemon specific input functionality around the BLIB input system.
 

Typedefs

using core::input::MenuDriver = bl::menu::TriggerDriver< Control::MoveUp, Control::MoveRight, Control::MoveDown, Control::MoveLeft, Control::Interact >
 Helper typedef for Peoplemon specific menu driving. More...