Click or drag to resize

CustomInputSourceControllerdeviceInstanceGuid Property

Unique persistent device guid of the controller. Only set this if controllers can be uniquely identified on this platform across application sessions and system power cycles.

Namespace:  Rewired.Platforms.Custom
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Guid deviceInstanceGuid { get; set; }

Property Value

Type: Guid
See Also