win_hotkey

Type Alias WinHotKeyEventReceiver

Source
pub type WinHotKeyEventReceiver = Receiver<WinHotKeyEvent>;
Expand description

A reciever that could be used to listen to global hotkey events.

Aliased Typeยง

struct WinHotKeyEventReceiver { /* private fields */ }