C# 클래스 SleepHunter.Macro.Hotkey

파일 보기 프로젝트 열기: ewrogers/SleepHunter4 1 사용 예제들

공개 메소드들

메소드 설명
GetKeyFriendlyName ( Key key ) : string
Hotkey ( ModifierKeys modifiers, Key key ) : System.Text
IsFunctionKey ( Key key ) : bool
ToString ( ) : string

메소드 상세

GetKeyFriendlyName() 공개 정적인 메소드

public static GetKeyFriendlyName ( Key key ) : string
key Key
리턴 string

Hotkey() 공개 메소드

public Hotkey ( ModifierKeys modifiers, Key key ) : System.Text
modifiers ModifierKeys
key Key
리턴 System.Text

IsFunctionKey() 공개 정적인 메소드

public static IsFunctionKey ( Key key ) : bool
key Key
리턴 bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string