Struct allegro_sys::events::ALLEGRO_KEYBOARD_EVENT [] [src]

#[repr(C)]
pub struct ALLEGRO_KEYBOARD_EVENT { pub _type: ALLEGRO_EVENT_TYPE, pub source: *mut ALLEGRO_KEYBOARD, pub timestamp: c_double, pub display: *mut ALLEGRO_DISPLAY, pub keycode: c_int, pub unichar: c_int, pub modifiers: c_uint, pub repeat: c_bool, }

Fields

Trait Implementations

impl Copy for ALLEGRO_KEYBOARD_EVENT
[src]

impl Clone for ALLEGRO_KEYBOARD_EVENT
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more