InputDeviceUtils Class
Namespace: Stride.InputAssembly: Stride.Input.dll
Utilities for input devices
System.Object →
InputDeviceUtils
Derived from InputDeviceUtils:
public static class InputDeviceUtils
Name | Description | |
---|---|---|
Methods | ||
DeviceNameToGuid(String) | Generates a Guid unique to this name |
Methods
DeviceNameToGuid(String)
Generates a Guid unique to this name
public static Guid DeviceNameToGuid(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | the name to turn into a Guid |
Returns
Type | Description |
---|---|
System.Guid | A unique Guid for the given name |