Enum cuivre::input::InputError[][src]

pub enum InputError {
    KeycodeNotFound(Keycode),
    KeybindNotFound(String),
    MouseButtonNotFound(MouseButton),
}

Errors related to input management.

Variants

Trait Implementations

impl Debug for InputError
[src]

Formats the value using the given formatter. Read more

impl Display for InputError
[src]

Formats the value using the given formatter. Read more

impl Error for InputError
[src]

This method is soft-deprecated. Read more

The lower-level cause of this error, if any. Read more

Auto Trait Implementations

impl Send for InputError

impl Sync for InputError