Click or drag to resize

ControllerSetSelectorMatches Method

Determines if the specified Controller is matched by the selector.

Namespace:  Rewired
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool Matches(
	Controller controller
)

Parameters

controller
Type: RewiredController
The Controller.

Return Value

Type: Boolean
True if the Controller matches the selection criteria, false if not.
See Also