Click or drag to resize

ControllerSetSelectorSelectHardwareType Method (Controller)

Creates an entry with a HardwareType selector type. Necessary properties will be populated from the Controller.

Namespace:  Rewired
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static ControllerSetSelector SelectHardwareType(
	Controller controller
)

Parameters

controller
Type: RewiredController
The Controller

Return Value

Type: ControllerSetSelector
ControllerSelector
See Also