code function that indicates which area, if any, was clicked

This commit is contained in:
2024-07-30 19:04:36 +01:00
parent e97768b18a
commit b8ab605c90
7 changed files with 90 additions and 6 deletions

View File

@@ -0,0 +1,9 @@
signature DRAW_MESSAGE =
sig
end
structure DrawMessage :> DRAW_MESSAGE =
struct
end