amethyst_renderer 0.10.4

High-level rendering engine with multiple backends
1
2
3
4
5
6
//! This module contains the `WindowEvent` type and re-exports glutin event
//! types.

pub use winit::{
    DeviceEvent, ElementState, Event, KeyboardInput, MouseButton, VirtualKeyCode, WindowEvent,
};