Add multidirectional scrolling capabilities to the existing Scrollable.

This commit is contained in:
Bingus 2022-11-19 10:29:37 -08:00 committed by bungoboingo
parent a6d0d5773f
commit d91f4f6aa7
12 changed files with 1148 additions and 576 deletions

View file

@ -1,5 +1,4 @@
use crate::{Padding, Vector};
use std::f32;
/// An amount of space in 2 dimensions.
#[derive(Debug, Clone, Copy, PartialEq, Eq)]