C# Class KeyboardJedi.Core.Entities.KeyExtensions

ファイルを表示 Open project: royosherove/dotnet-keyjedi

Public Methods

Method Description
AddToSpecialSingleKeys ( this keys ) : void
DisplayName ( this keys ) : string
IsComboKey ( this currentKey ) : bool
IsSpecialSingleKey ( this keys ) : bool

Method Details

AddToSpecialSingleKeys() public static method

public static AddToSpecialSingleKeys ( this keys ) : void
keys this
return void

DisplayName() public static method

public static DisplayName ( this keys ) : string
keys this
return string

IsComboKey() public static method

public static IsComboKey ( this currentKey ) : bool
currentKey this
return bool

IsSpecialSingleKey() public static method

public static IsSpecialSingleKey ( this keys ) : bool
keys this
return bool