C# Class SylphyHorn.Services.ShortcutKeyDetector

Provides the function to detect a shortcut key ([modifier key(s)] + [key] style) by use of global key hook.
Afficher le fichier Open project: Grabacr07/SylphyHorn

Méthodes publiques

Méthode Description
ShortcutKeyDetector ( ) : System
Start ( ) : void
Stop ( ) : void

Private Methods

Méthode Description
InterceptorOnKeyDown ( object sender, KeyEventArgs args ) : void
InterceptorOnKeyUp ( object sender, KeyEventArgs args ) : void

Method Details

ShortcutKeyDetector() public méthode

public ShortcutKeyDetector ( ) : System
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void