Skip to content
Snippets Groups Projects
Commit f395b882 authored by Pascal Engeler's avatar Pascal Engeler
Browse files

reformat

parent cbd5ee05
No related branches found
No related tags found
No related merge requests found
...@@ -107,11 +107,17 @@ Todo ...@@ -107,11 +107,17 @@ Todo
**Public Function Members** **Public Function Members**
- `void start_drawing(const float x, const float y)`: - `void start_drawing(const float x, const float y)`:
- <ins>Desc</ins>: - <ins>Desc</ins>:
Start drawing at coordinates (`x`, `y`) (typically fingerdown location). Doesn't draw anything. Start drawing at coordinates (`x`, `y`) (typically fingerdown location). Doesn't draw anything.
- <ins>Pre</ins>: - <ins>Pre</ins>:
- <ins>Post</ins>: - <ins>Post</ins>:
Drawing start is set to (x, y). Drawing start is set to (x, y).
- <ins>Notes</ins>: - <ins>Notes</ins>:
Nothing is drawn by this function. (x, y) are typically the fingerdown coordinates. 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)` - `bool draw(const float x, const float y, Toolbox& tb, bool drawing)`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment