Type Definition touch_visualizer::TouchValues [] [src]

type TouchValues = HashMap<(i64, i64), ([f64; 2], f64)>;

Stores touch values.