IMixedRealityInputSystem.GenerateNewSourceId Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Generates a new unique input source id.
public:
System::UInt32 GenerateNewSourceId();
public uint GenerateNewSourceId ();
abstract member GenerateNewSourceId : unit -> uint32
Public Function GenerateNewSourceId () As UInteger
Returns
a new unique Id for the input source.
Remarks
All Input Sources are required to call this method in their constructor or initialization.