Class CorsairKeyboardRGBDeviceInfo
Represents a generic information for a CorsairKeyboardRGBDevice.
Inherited Members
Namespace: RGB.NET.Devices.Corsair
Assembly: RGB.NET.Devices.Corsair.dll
Syntax
public sealed class CorsairKeyboardRGBDeviceInfo : CorsairRGBDeviceInfo, IKeyboardDeviceInfo, IRGBDeviceInfo
Properties
| Edit this page View SourceLayout
Gets the KeyboardLayoutType of the keyboard.
Declaration
public KeyboardLayoutType Layout { get; }
Property Value
Type | Description |
---|---|
KeyboardLayoutType |
LogicalLayout
Gets the logical layout of the keyboard as set in CUE settings.
Declaration
public CorsairLogicalKeyboardLayout LogicalLayout { get; }
Property Value
Type | Description |
---|---|
CorsairLogicalKeyboardLayout |
PhysicalLayout
Gets the physical layout of the keyboard.
Declaration
public CorsairPhysicalKeyboardLayout PhysicalLayout { get; }
Property Value
Type | Description |
---|---|
CorsairPhysicalKeyboardLayout |