Type Definition iced_audio::graphics::xy_pad::XYPad[][src]

type XYPad<'a, Message, Backend> = XYPad<'a, Message, Renderer<Backend>>;

A 2D XY pad GUI widget that controls two Param parameters at once. One in the x coordinate and one in the y coordinate.

an XYPad will try to fill the space of its container while keeping a square aspect ratio.