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

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

Méthodes publiques

Méthode 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

Méthode Description
CorsairKeyboard ( CUE.NET.Devices.Keyboard.CorsairKeyboardDeviceInfo info ) : System

Initializes a new instance of the CorsairKeyboard class.

Method Details

Initialize() public méthode

Initializes the keyboard.
public Initialize ( ) : void
Résultat void

this() public méthode

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.
Résultat CUE.NET.Devices.Generic.CorsairLed