Crate windows_hotkeys

Source

Re-exports§

pub use threadsafe::HotkeyManager;

Modules§

error
keys
singlethreaded
threadsafe

Structs§

HotkeyId
Identifier of a registered hotkey. This is returned when registering a hotkey and can be used to unregister it later.
InterruptHandle
The InterruptHandle can be used to interrupt the event loop of the originating HotkeyManager. This handle can be used from any thread and can be used multiple times.

Traits§

HotkeyManagerImpl

Functions§

get_global_keystate
Get the global keystate for a given Virtual Key.