//! Events emitted by a [`struct@super::KeySelector`].
//!
//! Implement [`KeySelectorEvents`] on a window (or other parent) to react when
//! the recorded key combination changes.
use KeySelector;
use crate::;
/// Events from a [`struct@super::KeySelector`].
///
/// Implement this on a window to react when the recorded key combination changes.
/// The default method returns [`EventProcessStatus::Ignored`].
pub