C# Class Artemis.DeviceProviders.Logitech.G910

Inheritance: LogitechKeyboard
显示文件 Open project: SpoinkyNL/Artemis

Public Methods

Method Description
DrawBitmap ( Bitmap bitmap ) : void

The G910 also updates the G-logo, G-badge and G-keys

G910 ( ) : System
GetKeyPosition ( Keys keyCode ) : KeyMatch?

Private Methods

Method Description
SetLogitechColorFromCoordinates ( Bitmap bitmap, KeyboardNames key, int x, int y ) : void

Method Details

DrawBitmap() public method

The G910 also updates the G-logo, G-badge and G-keys
public DrawBitmap ( Bitmap bitmap ) : void
bitmap System.Drawing.Bitmap
return void

G910() public method

public G910 ( ) : System
return System

GetKeyPosition() public method

public GetKeyPosition ( Keys keyCode ) : KeyMatch?
keyCode Keys
return KeyMatch?