|
|
967dd2433e
|
change graph lines to draw dots at clickable points rather than lines which are similar to graph paper
|
2024-09-21 13:23:25 +01:00 |
|
|
|
2098a4eda7
|
add 'numClickPoints' field to app type, and add parameter with same name to
ClickPoints.generate function
|
2024-09-20 21:33:35 +01:00 |
|
|
|
80e1a68843
|
change ClickPoints.getMousePosition function to return indices to the click points array rather than the click points themselves; this will help adding functionality to use arrows for selecting click points later
|
2024-09-20 09:07:54 +01:00 |
|
|
|
6a7f11efe6
|
address one regression, where triangles were no longer being displayed (because calculation changed) after the previous refactoring. I know of only one more regression, which is that the clicked dots do not persist after moving the mouse.
|
2024-09-19 17:46:40 +01:00 |
|
|
|
9153217d5f
|
attempt a little refactoring (but note that this refactoring is untested)
|
2024-09-16 21:49:05 +01:00 |
|
|
|
24bc45142d
|
slight refactoring (move pure parsing functions to functional core in a separate file)
|
2024-08-29 09:55:08 +01:00 |
|