pub type KeyboardStateBox<'cglue_a> = KeyboardStateBaseBox<'cglue_a, c_void>;
Expand description

Opaque Boxed CGlue trait object for trait KeyboardState.

Aliased Type§

struct KeyboardStateBox<'cglue_a> { /* private fields */ }