C# Class Artemis.DeviceProviders.Corsair.CorsairMousemats

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

Méthodes publiques

Méthode Description
CorsairMousemats ( ILogger logger ) : System
Disable ( ) : void
TryEnable ( ) : bool
UpdateDevice ( Bitmap bitmap ) : void

Private Methods

Méthode Description
CanInitializeSdk ( ) : bool

Method Details

CorsairMousemats() public méthode

public CorsairMousemats ( ILogger logger ) : System
logger ILogger
Résultat System

Disable() public méthode

public Disable ( ) : void
Résultat void

TryEnable() public méthode

public TryEnable ( ) : bool
Résultat bool

UpdateDevice() public méthode

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