C# 클래스 QuakeConsole.GlobalHotKeys
파일 보기
프로젝트 열기: Hemlock/QuakeConsole
1 사용 예제들
공개 메소드들
메소드 |
설명 |
|
Dispose ( ) : void |
|
|
GlobalHotKeys ( ) : System |
|
|
Register ( Keys keys, Modifiers modifiers, System.Action handler ) : GlobalHotKey |
|
|
Register ( Keys keys, Modifiers modifiers, System.Action handler, bool enabled ) : GlobalHotKey |
|
|
보호된 메소드들
메소드 |
설명 |
|
WndProc ( Message &message ) : void |
|
|
메소드 상세
public Register ( Keys keys, Modifiers modifiers, System.Action handler ) : GlobalHotKey |
keys |
Keys |
|
modifiers |
Modifiers |
|
handler |
System.Action |
|
리턴 |
GlobalHotKey |
|
public Register ( Keys keys, Modifiers modifiers, System.Action handler, bool enabled ) : GlobalHotKey |
keys |
Keys |
|
modifiers |
Modifiers |
|
handler |
System.Action |
|
enabled |
bool |
|
리턴 |
GlobalHotKey |
|
protected WndProc ( Message &message ) : void |
message |
System.Windows.Forms.Message |
|
리턴 |
void |
|