lotus_engine 0.3.3

Lotus is a game engine with the main focus of being easy-to-use and straight forward on developing 2D games.
Documentation
1
2
3
4
5
/// Mouse input recognition and treatments.
pub mod mouse_input;

/// Mouse position state management.
pub mod mouse_position;