OpenEnroth 80998af
|
#include <string>
#include <string_view>
#include "Library/Platform/Interface/PlatformEnums.h"
#include "Library/Serialization/SerializationFwd.h"
#include "Utility/Segment.h"
#include "InputEnums.h"
Functions | |
Segment< InputAction > | allInputActions () |
Segment< InputAction > | allConfigurableInputActions () |
std::string | GetDisplayName (InputAction action) |
InputActionTriggerMode | triggerModeForInputAction (InputAction action) |
std::string | GetDisplayName (PlatformKey key) |
bool | TryParseDisplayName (std::string_view displayName, PlatformKey *outKey) |
|
inline |
|
inline |
std::string GetDisplayName | ( | InputAction | action | ) |
std::string GetDisplayName | ( | PlatformKey | key | ) |
InputActionTriggerMode triggerModeForInputAction | ( | InputAction | action | ) |
bool TryParseDisplayName | ( | std::string_view | displayName, |
PlatformKey * | outKey | ||
) |