C# Class Artemis.DeviceProviders.Razer.BlackWidow

Inheritance: KeyboardProvider
Mostrar archivo Open project: SpoinkyNL/Artemis

Public Methods

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

Method Details

BlackWidow() public method

public BlackWidow ( ) : System.Drawing
return System.Drawing

CanEnable() public method

public CanEnable ( ) : bool
return bool

Disable() public method

public Disable ( ) : void
return void

DrawBitmap() public method

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

Enable() public method

public Enable ( ) : void
return void

GetKeyPosition() public method

public GetKeyPosition ( Keys keyCode ) : KeyMatch?
keyCode Keys
return KeyMatch?