Struct gdk_sys::GdkEventKey [] [src]

#[repr(C)]
pub struct GdkEventKey { pub type_: GdkEventType, pub window: *mut GdkWindow, pub send_event: i8, pub time: u32, pub state: GdkModifierType, pub keyval: c_uint, pub length: c_int, pub string: *mut c_char, pub hardware_keycode: u16, pub group: u8, // some fields omitted }

Fields