Files
UnrealEngineUWP/Engine/Plugins/Experimental/RawInput/RawInput.uplugin
Josh Adams b0e4357576 - UBT Code changes to remove 32-bit Windows support (C++ code for 32-bit still exists)
#rb marc.audy (concept, not each file)

[CL 15265424 by Josh Adams in ue5-main branch]
2021-01-31 15:09:58 -04:00

24 lines
527 B
Plaintext

{
"FileVersion" : 1,
"FriendlyName" : "Windows RawInput",
"Version" : 1,
"VersionName" : "1.0",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "http://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",
"WhitelistPlatforms" :
[
"Win64"
]
}
]
}