add function to convert string to CoreKey.key_code (for parsing/loading controls from files)

This commit is contained in:
2025-02-17 01:39:41 +00:00
parent 291ee2f7f2
commit 99669dd0b6
4 changed files with 131 additions and 1 deletions

1
shell/parse-controls.sml Normal file
View File

@@ -0,0 +1 @@
structure ParseControls = struct end