C# Class LgBackLight.LogitechKeyboardManager

Mostrar archivo Open project: zzattack/Logitech-LCD

Public Methods

Method Description
GetKeyboards ( LogitechKeyboardType keyboardType ) : List
Init ( IntPtr windowHandle ) : void

Private Methods

Method Description
AssertInitialized ( ) : void
DeviceAdded ( object sender, DeviceEventArgs args ) : void
DeviceRemoved ( object sender, DeviceEventArgs args ) : void

Method Details

GetKeyboards() public static method

public static GetKeyboards ( LogitechKeyboardType keyboardType ) : List
keyboardType LogitechKeyboardType
return List

Init() public static method

public static Init ( IntPtr windowHandle ) : void
windowHandle System.IntPtr
return void