Implement external events approach to input user actions into engine.
Doesn't work for some obscure reason ("Error: Unknown method parameter type: LongEventType")
pub mod atlas;pub mod camera;mod gear;mod gl;mod map;use self::gl::*;pub use self::map::*;pub use gear::*;