C# 클래스 CUE.NET.Devices.Keyboard.CorsairKeyboard

Represents the SDK for a corsair keyboard.
상속: CUE.NET.Devices.Generic.AbstractCueDevice
파일 보기 프로젝트 열기: DarthAffe/CUE.NET 1 사용 예제들

공개 메소드들

메소드 설명
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