C# Class SylphyHorn.Services.ShortcutKeyDetector

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

Public Methods

Method Description
ShortcutKeyDetector ( ) : System
Start ( ) : void
Stop ( ) : void

Private Methods

Method Description
InterceptorOnKeyDown ( object sender, KeyEventArgs args ) : void
InterceptorOnKeyUp ( object sender, KeyEventArgs args ) : void

Method Details

ShortcutKeyDetector() public method

public ShortcutKeyDetector ( ) : System
return System

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void