C# 클래스 DamageMeter.KeyboardHook

상속: IDisposable
파일 보기 프로젝트 열기: neowutran/ShinraMeter

공개 메소드들

메소드 설명
Dispose ( ) : void
RegisterHotKey ( HotkeysData modifier, Keys key ) : void

Registers a hot key in the system.

RegisterKeyboardHook ( ) : void
SetHotkeys ( bool value ) : bool
Update ( ) : void

비공개 메소드들

메소드 설명
ClearHotkeys ( ) : void
KeyboardHook ( ) : System
Register ( ) : void
RegisterHotKey ( IntPtr hWnd, int id, uint fsModifiers, uint vk ) : bool
UnregisterHotKey ( IntPtr hWnd, int id ) : bool
hook_KeyPressed ( object sender, KeyPressedEventArgs e ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

RegisterHotKey() 공개 메소드

Registers a hot key in the system.
public RegisterHotKey ( HotkeysData modifier, Keys key ) : void
modifier Data.HotkeysData The modifiers that are associated with the hot key.
key Keys The key itself that is associated with the hot key.
리턴 void

RegisterKeyboardHook() 공개 메소드

public RegisterKeyboardHook ( ) : void
리턴 void

SetHotkeys() 공개 메소드

public SetHotkeys ( bool value ) : bool
value bool
리턴 bool

Update() 공개 메소드

public Update ( ) : void
리턴 void