C# Class Artemis.DeviceProviders.Logitech.LogitechGeneric

Inheritance: DeviceProvider
Datei anzeigen Open project: SpoinkyNL/Artemis

Public Methods

Method Description
Disable ( ) : void
LogitechGeneric ( ILogger logger ) : System

A generic Logitech DeviceProvider. Because the Logitech SDK currently doesn't allow specific device targeting (only very broad per-key-RGB and full RGB etc..)

TryEnable ( ) : bool
UpdateDevice ( Bitmap bitmap ) : void

Method Details

Disable() public method

public Disable ( ) : void
return void

LogitechGeneric() public method

A generic Logitech DeviceProvider. Because the Logitech SDK currently doesn't allow specific device targeting (only very broad per-key-RGB and full RGB etc..)
public LogitechGeneric ( ILogger logger ) : System
logger ILogger
return System

TryEnable() public method

public TryEnable ( ) : bool
return bool

UpdateDevice() public method

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