Files
UnrealEngine/Engine/Plugins/Experimental/RawInput/RawInput.uplugin
2025-05-18 13:04:45 +08:00

24 lines
527 B
Plaintext

{
"FileVersion" : 1,
"FriendlyName" : "Windows RawInput",
"Version" : 1,
"VersionName" : "1.0",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "https://epicgames.com",
"Description" : "RawInput provides an interface to receive input from Flight Sticks, Steering Wheels, and other non-XInput supported devices in Windows.",
"Category" : "Input Devices",
"EnabledByDefault" : false,
"Modules" :
[
{
"Name" : "RawInput",
"Type" : "Runtime",
"PlatformAllowList" :
[
"Win64"
]
}
]
}