5#ifndef FLUTTER_IMPELLER_PLAYGROUND_WIDGETS_H_
6#define FLUTTER_IMPELLER_PLAYGROUND_WIDGETS_H_
14#include "third_party/imgui/imgui.h"
Point DrawPlaygroundPoint(PlaygroundPoint &point)
std::tuple< Point, Point > DrawPlaygroundLine(PlaygroundPoint &point_a, PlaygroundPoint &point_b)
PlaygroundPoint(const PlaygroundPoint &)=delete
PlaygroundPoint & operator=(const PlaygroundPoint &)=delete
PlaygroundPoint(Point default_position, Scalar p_radius, Color p_color)
PlaygroundPoint(PlaygroundPoint &&)=delete
std::optional< Point > prev_mouse_pos