Enum minifb::KeyRepeat [] [src]

pub enum KeyRepeat {
    Yes,
    No,
}

Used for is_key_pressed and get_keys_pressed() to indicated if repeat of presses is wanted

Variants

Use repeat

Don't use repeat

Trait Implementations

impl PartialEq for KeyRepeat
[src]

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

This method tests for !=.

impl Clone for KeyRepeat
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for KeyRepeat
[src]