add new input types and fix input bug that only shows up on windows (how predictable)

This commit is contained in:
2024-10-15 22:52:27 +01:00
parent 5eb2a0e789
commit 60cbda6d9d
7 changed files with 133 additions and 50 deletions

View File

@@ -3,4 +3,4 @@
:: run the go run command passing the path to the main.go file, with the working directory set to the bin folder. pass in the arguments
set __ARGON_DEBUG__=true
go run ./src %*
go run -tags WINDOWS ./src %*