Click or drag to resize

GCControllerExtensionGetElementUnmappedLocalizedName Method

Gets the native un-remapped localized name of a controller element.

Namespace:  Rewired.Platforms.Apple.GameController
Assembly:  Rewired_OSX (in Rewired_OSX.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public string GetElementUnmappedLocalizedName(
	int elementIdentifierId
)

Parameters

elementIdentifierId
Type: SystemInt32

Return Value

Type: String
Un-remapped localized name of a controller element.
See Also