C# Class Artemis.DeviceProviders.Corsair.CorsairMousemats

Inheritance: DeviceProvider
Exibir arquivo Open project: SpoinkyNL/Artemis

Public Methods

Method Description
CorsairMousemats ( ILogger logger ) : System
Disable ( ) : void
TryEnable ( ) : bool
UpdateDevice ( Bitmap bitmap ) : void

Private Methods

Method Description
CanInitializeSdk ( ) : bool

Method Details

CorsairMousemats() public method

public CorsairMousemats ( ILogger logger ) : System
logger ILogger
return System

Disable() public method

public Disable ( ) : void
return void

TryEnable() public method

public TryEnable ( ) : bool
return bool

UpdateDevice() public method

public UpdateDevice ( Bitmap bitmap ) : void
bitmap System.Drawing.Bitmap
return void