uzor 1.2.0

Core UI engine — geometry, interaction, input state
1
2
3
4
5
6
7
8
pub mod scroll;
pub mod state;
pub mod touch;

pub use scroll::ScrollManager;
pub use state::{InputState, MouseButton, ModifierKeys, PointerState};
pub use state::DragState as PointerDragState;
pub use touch::*;