add callbacks for mouse movement and mouse clicking

This commit is contained in:
2024-07-30 17:10:48 +01:00
parent 75b82fd888
commit e97768b18a
12 changed files with 102 additions and 49 deletions

View File

@@ -7,10 +7,12 @@ ann
in
ffi/gles3-import.sml
ffi/glfw-import.sml
ffi/glfw-key-input.sml
ffi/glfw-input.sml
end
functional-core/app-type.sml
functional-core/msg.sml
functional-core/app-update.sml
ann
"allowVectorExps true"
@@ -19,4 +21,5 @@ in
end
imperative-shell/app-draw.sml
imperative-shell/input-callbacks.sml
imperative-shell/shell.sml