Volume Control
Application-specific hotkeys for Windows
|
Functions | |
delegate void | HotkeyActionDelegate (object sender, HotkeyPressedEventArgs e) |
Represents a method that can be used by Volume Control to generate a hotkey action. More... | |
delegate void VolumeControl.SDK.Delegates.HotkeyActionDelegate | ( | object | sender, |
HotkeyPressedEventArgs | e | ||
) |
Represents a method that can be used by Volume Control to generate a hotkey action.
sender | The hotkey that was pressed. |
e | The event arguments for this action, including the current values of any action settings. |