OpenEnroth 80998af
Loading...
Searching...
No Matches
Functions
InputEnumFunctions.h File Reference
#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< InputActionallInputActions ()
 
Segment< InputActionallConfigurableInputActions ()
 
std::string GetDisplayName (InputAction action)
 
InputActionTriggerMode triggerModeForInputAction (InputAction action)
 
std::string GetDisplayName (PlatformKey key)
 
bool TryParseDisplayName (std::string_view displayName, PlatformKey *outKey)
 

Function Documentation

◆ allConfigurableInputActions()

Segment< InputAction > allConfigurableInputActions ( )
inline

◆ allInputActions()

Segment< InputAction > allInputActions ( )
inline

◆ GetDisplayName() [1/2]

std::string GetDisplayName ( InputAction  action)

◆ GetDisplayName() [2/2]

std::string GetDisplayName ( PlatformKey  key)

◆ triggerModeForInputAction()

InputActionTriggerMode triggerModeForInputAction ( InputAction  action)

◆ TryParseDisplayName()

bool TryParseDisplayName ( std::string_view  displayName,
PlatformKey outKey 
)