Fork me on GitHub

InputManager.

FreeDevices Property

Summary

Lists all unused devices
Namespace
SharpInputSystem
Containing Type
InputManager

Syntax

public IEnumerable<KeyValuePair<Type, string>> FreeDevices { get; }

Value

Type Description
IEnumerable<KeyValuePair<Type, string>>