C# Class DamageMeter.KeyboardHook

Inheritance: IDisposable
Afficher le fichier Open project: neowutran/ShinraMeter

Méthodes publiques

Méthode Description
Dispose ( ) : void
RegisterHotKey ( HotkeysData modifier, Keys key ) : void

Registers a hot key in the system.

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

Private Methods

Méthode Description
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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

RegisterHotKey() public méthode

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.
Résultat void

RegisterKeyboardHook() public méthode

public RegisterKeyboardHook ( ) : void
Résultat void

SetHotkeys() public méthode

public SetHotkeys ( bool value ) : bool
value bool
Résultat bool

Update() public méthode

public Update ( ) : void
Résultat void