pub type KeyboardStateBaseRef<'cglue_a, CGlueT> = KeyboardStateBase<'cglue_a, &'cglue_a CGlueT, NoContext>;
Expand description

By-ref CGlue trait object for trait KeyboardState.

Aliased Type§

struct KeyboardStateBaseRef<'cglue_a, CGlueT> { /* private fields */ }