Type Alias TouchValues

Source
pub type TouchValues = HashMap<(i64, i64), ([f64; 2], f64)>;
Expand description

Stores touch values.

Aliased Typeยง

struct TouchValues { /* private fields */ }