C# Class Artemis.DeviceProviders.Logitech.G910

Inheritance: LogitechKeyboard
Afficher le fichier Open project: SpoinkyNL/Artemis

Méthodes publiques

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

Méthode Description
SetLogitechColorFromCoordinates ( Bitmap bitmap, KeyboardNames key, int x, int y ) : void

Method Details

DrawBitmap() public méthode

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

G910() public méthode

public G910 ( ) : System
Résultat System

GetKeyPosition() public méthode

public GetKeyPosition ( Keys keyCode ) : KeyMatch?
keyCode Keys
Résultat KeyMatch?