Migrate to git.holanet.xyz

This commit is contained in:
2026-04-19 23:17:49 -04:00
parent a3bb4098fb
commit 3a0ef06e19
35 changed files with 108 additions and 105 deletions

View File

@@ -1,6 +1,6 @@
package objects
import "git.tebibyte.media/tomo/tomo/input"
import "git.holanet.xyz/tomo/tomo/input"
func isClickingKey (key input.Key) bool {
return key == input.KeyEnter || key == input.Key(' ')