C# Class CUE.NET.Devices.Keyboard.CorsairKeyboard

Represents the SDK for a corsair keyboard.
Inheritance: CUE.NET.Devices.Generic.AbstractCueDevice
Show file Open project: DarthAffe/CUE.NET Class Usage Examples

Public Methods

Method Description
Initialize ( ) : void

Initializes the keyboard.

this ( char key ) : CorsairLed

Gets the CorsairLed representing the given character by calling the SDK-method 'CorsairGetLedIdForKeyName'.
Note that this currently only works for letters.

Private Methods

Method Description
CorsairKeyboard ( CUE.NET.Devices.Keyboard.CorsairKeyboardDeviceInfo info ) : System

Initializes a new instance of the CorsairKeyboard class.

Method Details

Initialize() public method

Initializes the keyboard.
public Initialize ( ) : void
return void

this() public method

Gets the CorsairLed representing the given character by calling the SDK-method 'CorsairGetLedIdForKeyName'.
Note that this currently only works for letters.
public this ( char key ) : CorsairLed
key char The character of the key.
return CUE.NET.Devices.Generic.CorsairLed