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