pub type KeyboardCtxRef<'cglue_a, CGlueCtx> = KeyboardBaseCtxRef<'cglue_a, c_void, CGlueCtx>;
Expand description

Opaque by-ref CGlue trait object for trait Keyboard with a context.

Aliased Type§

struct KeyboardCtxRef<'cglue_a, CGlueCtx> { /* private fields */ }