rename 'button' (the coloured square that appears over a clickpoint) to 'dot' throughout codebase, because I may want actual buttons later

This commit is contained in:
2024-08-14 21:24:46 +01:00
parent abddddbc9e
commit 30dd9de17a
5 changed files with 73 additions and 75 deletions

View File

@@ -23,7 +23,7 @@ struct
val graphDrawObject = AppDraw.initGraphLines ()
val _ = AppDraw.uploadGraphLines (graphDrawObject, graphLines)
val buttonDrawObject = AppDraw.initButton ()
val dotDrawObject = AppDraw.initDot ()
val triangleDrawObject = AppDraw.initTriangles ()
val inputMailbox = Mailbox.mailbox ()
@@ -39,7 +39,7 @@ struct
, window
, graphDrawObject
, Vector.length graphLines div 2
, buttonDrawObject
, dotDrawObject
, 0
, triangleDrawObject
, 0