mirror of
https://github.com/kevinporetti/UnrealImGui.git
synced 2025-01-19 08:50:31 +00:00
11 lines
225 B
C
11 lines
225 B
C
|
// Distributed under the MIT License (MIT) (see accompanying LICENSE file)
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
struct FImGuiKeyInfo;
|
||
|
|
||
|
namespace DebugExecBindings
|
||
|
{
|
||
|
void UpdatePlayerInputs(const FImGuiKeyInfo& KeyInfo, const FString& Command);
|
||
|
}
|