From cbd5ee05872992e7edc1e9ac678e7a326b073474 Mon Sep 17 00:00:00 2001 From: Pascal Engeler <engelerp@phys.ethz.ch> Date: Fri, 27 Aug 2021 18:10:38 +0200 Subject: [PATCH] format --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 90ca04b..6e4ab72 100644 --- a/README.md +++ b/README.md @@ -106,10 +106,13 @@ Todo **Public Function Members** - `void start_drawing(const float x, const float y)`: - - <ins>Desc</ins>: Start drawing at coordinates (`x`, `y`) (typically fingerdown location). Doesn't draw anything. + - <ins>Desc</ins>: + Start drawing at coordinates (`x`, `y`) (typically fingerdown location). Doesn't draw anything. - <ins>Pre</ins>: - - <ins>Post</ins>: Drawing start is set to (x, y). - - <ins>Notes</ins>: Nothing is drawn by this function. (x, y) are typically the fingerdown coordinates. + - <ins>Post</ins>: + Drawing start is set to (x, y). + - <ins>Notes</ins>: + Nothing is drawn by this function. (x, y) are typically the fingerdown coordinates. - `bool draw(const float x, const float y, Toolbox& tb, bool drawing)` - *Desc*: Draw a stroke from the last position to (x, y), with strokewidth controlled by `drawing` (`true`->`tb.drawing_width`, `false`->`tb.erasing_width`). -- GitLab