Click or drag to resize
LaunchBox

IGameGetControllerSupport Method

Gets all the controller support records for this game

Namespace: Unbroken.LaunchBox.Plugins.Data
Assembly: Unbroken.LaunchBox.Plugins (in Unbroken.LaunchBox.Plugins.dll) Version: 13.5.0.0
XMLNS for XAML: Not mapped to an xmlns.
Syntax
KeyValuePair<IGameController, int?>[] GetControllerSupport()

Return Value

KeyValuePairIGameController, NullableInt32
An array of GameControllers and their support levels associated to this game
See Also