implemented brush settings switch between pen/erase
This commit is contained in:
@@ -41,6 +41,7 @@ class CanvasModePen : public CanvasMode
|
||||
float m_camera_fov;
|
||||
float m_zoom_canvas = 1.f;
|
||||
float m_zoom_start;
|
||||
bool m_valid_brush = false;
|
||||
ui::Brush m_brush;
|
||||
public:
|
||||
virtual void on_MouseEvent(MouseEvent* me, glm::vec2& loc) override;
|
||||
|
||||
Reference in New Issue
Block a user