C# Класс CUE.NET.Devices.Keyboard.CorsairKeyboard

Represents the SDK for a corsair keyboard.
Наследование: CUE.NET.Devices.Generic.AbstractCueDevice
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
CorsairKeyboard ( CUE.NET.Devices.Keyboard.CorsairKeyboardDeviceInfo info ) : System

Initializes a new instance of the CorsairKeyboard class.

Описание методов

Initialize() публичный Метод

Initializes the keyboard.
public Initialize ( ) : void
Результат void

this() публичный Метод

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.
Результат CUE.NET.Devices.Generic.CorsairLed