made ctrl, shift, and alt detection

This commit is contained in:
2026-01-15 19:40:49 -05:00
parent c620c4f1ba
commit e5d6ec9725
3 changed files with 211 additions and 11 deletions

View File

@@ -54,6 +54,7 @@ function sys.spawn(func, name, envars, args, tgid)
numRuns=0
}
table.insert(kernel.currentTask.children, tasks[tostring(id)])
return id
end
function sys.sleep(ms)