C# 클래스 KeyboardJedi.Core.Entities.KeyExtensions

파일 보기 프로젝트 열기: royosherove/dotnet-keyjedi

공개 메소드들

메소드 설명
AddToSpecialSingleKeys ( this keys ) : void
DisplayName ( this keys ) : string
IsComboKey ( this currentKey ) : bool
IsSpecialSingleKey ( this keys ) : bool

메소드 상세

AddToSpecialSingleKeys() 공개 정적인 메소드

public static AddToSpecialSingleKeys ( this keys ) : void
keys this
리턴 void

DisplayName() 공개 정적인 메소드

public static DisplayName ( this keys ) : string
keys this
리턴 string

IsComboKey() 공개 정적인 메소드

public static IsComboKey ( this currentKey ) : bool
currentKey this
리턴 bool

IsSpecialSingleKey() 공개 정적인 메소드

public static IsSpecialSingleKey ( this keys ) : bool
keys this
리턴 bool