telar-platform-winit 0.1.5

winit-backed window and input mapping for Telar's platform abstraction.
Documentation
1
2
3
4
5
6
7
pub mod map;
pub mod window;

pub use map::{
    SurfaceIntent, map_key, map_modifiers, map_mouse_button, map_named_key, map_window_event,
};
pub use window::WinitWindow;