C# Class SylphyHorn.Services.KeyHelper

显示文件 Open project: Grabacr07/SylphyHorn

Public Methods

Method Description
IsModifyKey ( this key ) : bool
ToVirtualKey ( this key ) : System.Windows.Forms.Keys

Private Methods

Method Description
IsModifyKey ( uint keyCode ) : bool

Method Details

IsModifyKey() public static method

public static IsModifyKey ( this key ) : bool
key this
return bool

ToVirtualKey() public static method

public static ToVirtualKey ( this key ) : System.Windows.Forms.Keys
key this
return System.Windows.Forms.Keys