fidl_fuchsia_ui_pointer

Type Alias Point2

Source
pub type Point2 = [f32; 2];
Expand description

A floating-point two-dimensional point.

  • The values are placed in (x, y) order.