bedrocktool/ui/gui/uis.go

12 lines
219 B
Go
Raw Normal View History

package gui
import (
2023-03-14 01:07:39 +00:00
"gioui.org/layout"
"github.com/bedrock-tool/bedrocktool/utils"
)
2023-03-14 01:07:39 +00:00
type C = layout.Context
type D = layout.Dimensions
2023-03-14 01:07:39 +00:00
type HandlerFunc = func(name string, data interface{}) utils.MessageResponse