pub unsafe extern "C" fn elements_bubble(
    canvas: *mut Canvas,
    x: u8,
    y: u8,
    width: u8,
    height: u8
)
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