done scaffolding cml and adding resize functionality

This commit is contained in:
2024-10-06 10:23:07 +01:00
parent b95fc48252
commit 68a1787958
9 changed files with 92 additions and 13 deletions

View File

@@ -1,4 +1,10 @@
structure InputMsg =
signature INPUT_MSG =
sig
datatype t =
RESIZE_EVENT of int * int
end
structure InputMsg :> INPUT_MSG =
struct
datatype t =
RESIZE_EVENT of int * int