storm 0.11.0

A personal 2D game engine designed for performance
Documentation
1
2
3
4
5
6
mod converter;
mod event;

pub use self::event::{CursorButton, KeyboardButton, ScrollDirection};

pub(crate) use self::converter::EventConverter;