|
OpenEnroth 0f8f99d
|
#include "KeyboardInputHandler.h"#include <memory>#include <string>#include "Engine/Graphics/Indoor.h"#include "Engine/Graphics/Weather.h"#include "Engine/Objects/Actor.h"#include "Engine/Objects/CharacterEnumFunctions.h"#include "Engine/Party.h"#include "Engine/Spells/CastSpellInfo.h"#include "Engine/Spells/Spells.h"#include "Engine/TurnEngine/TurnEngine.h"#include "Engine/Engine.h"#include "GUI/GUIWindow.h"#include "GUI/GUIMessageQueue.h"#include "InputEnumFunctions.h"Functions | |
| static bool | PartyDoTurnBasedAwareAction (PartyAction action) |
| static bool | PartyStrafe (PartyAction direction) |
| static bool | PartyMove (PartyAction direction) |
Variables | |
| static constexpr Duration | DELAY_TOGGLE_TIME_FIRST = Duration::fromRealtimeMilliseconds(500) |
| static constexpr Duration | DELAY_TOGGLE_TIME_PERIOD = Duration::fromRealtimeMilliseconds(67) |
| std::shared_ptr< Io::KeyboardInputHandler > | keyboardInputHandler = nullptr |
| InputAction | currently_selected_action_for_binding |
|
static |
|
static |
|
static |
|
extern |
|
staticconstexpr |
|
staticconstexpr |
| std::shared_ptr<Io::KeyboardInputHandler> keyboardInputHandler = nullptr |