Struct gdk_sys::GdkKeymapKey [] [src]

pub struct GdkKeymapKey {
    pub keycode: c_uint,
    pub group: c_int,
    pub level: c_int,
}

Fields