This commit is contained in:
2025-08-18 14:57:01 -04:00
parent 627ca88732
commit 7d86137f2b
9 changed files with 111 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
package control
const (
MouseLeft MouseButton = iota
MouseRight
)
type MouseButton int