pub type TouchValues = HashMap<(i64, i64), ([f64; 2], f64)>;
Stores touch values.
pub struct TouchValues { /* private fields */ }