Peoplemon
0.1.0
Peoplemon 3 game source documentation
include
Core
Input
MenuDriver.hpp
Go to the documentation of this file.
1
#ifndef CORE_INPUT_MENUDRIVER_HPP
2
#define CORE_INPUT_MENUDRIVER_HPP
3
4
#include <BLIB/Interfaces/Menu.hpp>
5
#include <
Core/Input/Control.hpp
>
6
7
namespace
core
8
{
9
namespace
input
10
{
17
using
MenuDriver
= bl::menu::TriggerDriver<
Control::MoveUp
,
Control::MoveRight
,
Control::MoveDown
,
18
Control::MoveLeft
,
Control::Interact
>;
19
20
}
// namespace input
21
}
// namespace core
22
23
#endif
Control.hpp
core::input::MenuDriver
bl::menu::TriggerDriver< Control::MoveUp, Control::MoveRight, Control::MoveDown, Control::MoveLeft, Control::Interact > MenuDriver
Helper typedef for Peoplemon specific menu driving.
Definition:
MenuDriver.hpp:18
core::input::Control::MoveDown
@ MoveDown
Definition:
Control.hpp:31
core::input::Control::Interact
@ Interact
Definition:
Control.hpp:34
core::input::Control::MoveLeft
@ MoveLeft
Definition:
Control.hpp:32
core::input::Control::MoveRight
@ MoveRight
Definition:
Control.hpp:30
core::input::Control::MoveUp
@ MoveUp
Definition:
Control.hpp:29
core
Core classes and functionality for both the editor and game.
Definition:
Conversation.hpp:15
Generated on Sun Aug 18 2024 22:16:51 for Peoplemon by
1.9.1