Files
realworld/inc/widget.cursor.go
T
2026-08-30 22:27:51 +02:00

12 lines
153 B
Go

package inc
import (
inkwell "git.teletypegames.org/engines/inkwell"
)
func init() {
WidgetManager.Register(&inkwell.Cursor{
Name: "cursor",
})
}