C# Class Artemis.DeviceProviders.Razer.BlackWidow

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

Méthodes publiques

Méthode Description
BlackWidow ( ) : System.Drawing
CanEnable ( ) : bool
Disable ( ) : void
DrawBitmap ( Bitmap bitmap ) : void
Enable ( ) : void
GetKeyPosition ( Keys keyCode ) : KeyMatch?

Method Details

BlackWidow() public méthode

public BlackWidow ( ) : System.Drawing
Résultat System.Drawing

CanEnable() public méthode

public CanEnable ( ) : bool
Résultat bool

Disable() public méthode

public Disable ( ) : void
Résultat void

DrawBitmap() public méthode

public DrawBitmap ( Bitmap bitmap ) : void
bitmap System.Drawing.Bitmap
Résultat void

Enable() public méthode

public Enable ( ) : void
Résultat void

GetKeyPosition() public méthode

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