Class InputDevice
Base class for all input device objects.
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public abstract class InputDevice : Object
Constructors
InputDevice()
Properties
Name
Gets the name.
Declaration
[Unmanaged]
public string Name { get; }
Property Value
System.String
|