done with imperative shell/ffi aspect of sending KEY_ESC to update thread when that action has occurred

This commit is contained in:
2024-11-08 09:46:01 +00:00
parent a4dea7626f
commit 6e66d4c968
5 changed files with 33 additions and 0 deletions

View File

@@ -159,6 +159,7 @@ extern "C" {
MLLIB_PUBLIC(void mltonFramebufferSizeCallback (Int32 x0, Int32 x1);)
MLLIB_PUBLIC(void mltonCharCallback (Word32 x0);)
MLLIB_PUBLIC(void mltonKeyCallback (Int32 x0, Int32 x1, Int32 x2, Int32 x3);)
#undef MLLIB_PRIVATE
#undef MLLIB_PUBLIC