ControllerElementGlyphSelectorOptionsuseFirstControllerResults Property |
If true, results will be returned only for the first controller found that has at least one matching binding.
This only has an effect on the result list returned when doing manual result selection or when selecting a result index greater than 0.
This prevents results from being returned from multiple different devices, for example, when trying to get the second result
from a single controller, excluding any other controllers such as the default controller.
Note that Keyboard and Mouse are considered a single controller for the purposes of the glyph system.
Namespace: Rewired.GlyphsAssembly: Rewired_Glyphs (in Rewired_Glyphs.dll) Version: 0.0.0.0
Syntaxpublic bool useFirstControllerResults { get; set; }Property Value
Boolean
See Also