pub type KeyboardStateCtxMut<'cglue_a, CGlueCtx> = KeyboardStateBaseCtxMut<'cglue_a, c_void, CGlueCtx>;
Expand description

Opaque by-mut CGlue trait object for trait KeyboardState with a context.

Aliased Type§

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