mirror of
https://github.com/kevinporetti/UnrealImGui.git
synced 2025-01-18 16:30:32 +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);
|
|
}
|