Interface IKeyboard
Represents a generic keyboard-device.
Inherited Members
Namespace: RGB.NET.Core
Assembly: RGB.NET.Core.dll
Syntax
public interface IKeyboard : IRGBDevice, IEnumerable<Led>, IEnumerable, IPlaceable, IBindable, INotifyPropertyChanged, IDisposable
Properties
| Edit this page View SourceDeviceInfo
Gets the device information assiciated with this device.
Declaration
IKeyboardDeviceInfo DeviceInfo { get; }
Property Value
Type | Description |
---|---|
IKeyboardDeviceInfo |