C# Class CasualMeter.Core.Helpers.HotkeyHelper

Show file Open project: lunyx/CasualMeter

Private Properties

Property Type Description
HotkeyHelper System
Manager_KeyPressed void
Register void
Unregister void

Public Methods

Method Description
Activate ( ) : void
Deactivate ( ) : void
Initialize ( ) : void

Private Methods

Method Description
HotkeyHelper ( ) : System
Manager_KeyPressed ( object sender, KeyPressedEventArgs e ) : void
Register ( ModifierKeys modKey, Key key, System.Action action ) : void
Unregister ( ModifierKeys modKey, Key key ) : void

Method Details

Activate() public method

public Activate ( ) : void
return void

Deactivate() public method

public Deactivate ( ) : void
return void

Initialize() public method

public Initialize ( ) : void
return void