DRG-Femboy-Voice/Plugins/FSDRawInput/FSDRawInput.uplugin
2025-04-15 12:39:31 -07:00

28 lines
No EOL
688 B
Text
Executable file

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "FSD Windows RawInput",
"Description": "RawInput provides an interface to receive input from Flight Sticks, Steering Wheels, and other non-XInput supported devices in Windows.",
"Category": "Input Devices",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "http://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": false,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "FSDRawInput",
"Type": "Runtime",
"LoadingPhase": "Default",
"WhitelistPlatforms": [
"Win64",
"Win32"
]
}
]
}