flipperzero_sys

Function elements_bubble

Source
pub unsafe extern "C" fn elements_bubble(
    canvas: *mut Canvas,
    x: i32,
    y: i32,
    width: usize,
    height: usize,
)
Expand description

Draw bubble frame for text

ยงArguments

  • canvas - Canvas instance
  • x - left x coordinates
  • y - top y coordinate
  • width - bubble width
  • height - bubble height