Enum cognitive_qualia::enums::KeyState [] [src]

pub enum KeyState {
    Released,
    Pressed,
}

Enum for key states.

Variants

Trait Implementations

impl Debug for KeyState
[src]

Formats the value using the given formatter.

impl PartialEq for KeyState
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.