consume events in RGFW loop. (Next: react to input events.)

This commit is contained in:
2026-01-23 11:13:33 +00:00
parent b4573441fb
commit a89bb8fa5f
6 changed files with 43 additions and 7 deletions

View File

@@ -11,4 +11,6 @@ struct
_import "shouldCloseWindow" public : window -> bool;
val swapBuffers =
_import "swapBuffers" public : window -> unit;
val writeClipboard =
_import "writeClipboard" public : string * int -> unit;
end