Click or drag to resize

ControllerElementGlyphSelectorOptionsControllerMapSelectorGetLayoutId Method

Gets the Controller Map Layout id. This function can only be accessed while Rewired is initialized.

Namespace: Rewired.Glyphs
Assembly: Rewired_Glyphs (in Rewired_Glyphs.dll) Version: 0.0.0.0
Syntax
C#
public int GetLayoutId(
	ControllerType controllerType
)

Parameters

controllerType  ControllerType
The controller type.

Return Value

Int32
Layout id.
See Also