Documentation ¶
Index ¶
- func RequestHook(ctx *context.Context) scene.Scene[*context.Context]
- func SceneKey() scene.Key
- type Editor
- type JumpToOption
- type TileBar
- type TileOption
- type TransferOption
- func (self *TransferOption) Confirm(ctx *context.Context) (menu.Key, *scene.Change, error)
- func (self *TransferOption) HoverUpdate(ctx *context.Context)
- func (self *TransferOption) MaxName() string
- func (self *TransferOption) Name() string
- func (self *TransferOption) SoftHighlight(ctx *context.Context) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Editor ¶
type Editor struct {
// contains filtered or unexported fields
}
func (*Editor) DrawLogical ¶
type JumpToOption ¶
func (*JumpToOption) HoverUpdate ¶
func (self *JumpToOption) HoverUpdate(ctx *context.Context)
func (*JumpToOption) MaxName ¶
func (self *JumpToOption) MaxName() string
func (*JumpToOption) Name ¶
func (self *JumpToOption) Name() string
func (*JumpToOption) SoftHighlight ¶
func (self *JumpToOption) SoftHighlight(ctx *context.Context) bool
type TileBar ¶
type TileBar struct { GroupIndex int CursorIndex int Orientation tile.Orientation Variations []uint8 }
func (*TileBar) CurrentLayer ¶
func (*TileBar) CurrentTile ¶
Notice: Row and Column fields must be manually set.
func (*TileBar) CurrentTileID ¶
func (*TileBar) DrawLogical ¶
func (*TileBar) ResetVariations ¶
func (self *TileBar) ResetVariations()
type TileOption ¶
type TileOption struct { Label string MinTile int MaxTile int CurrentTile int NotifyChange func(*context.Context, int) }
func (*TileOption) HoverUpdate ¶
func (self *TileOption) HoverUpdate(ctx *context.Context)
func (*TileOption) MaxName ¶
func (self *TileOption) MaxName() string
func (*TileOption) Name ¶
func (self *TileOption) Name() string
func (*TileOption) SoftHighlight ¶
func (self *TileOption) SoftHighlight(ctx *context.Context) bool
type TransferOption ¶
func (*TransferOption) HoverUpdate ¶
func (self *TransferOption) HoverUpdate(ctx *context.Context)
func (*TransferOption) MaxName ¶
func (self *TransferOption) MaxName() string
func (*TransferOption) Name ¶
func (self *TransferOption) Name() string
func (*TransferOption) SoftHighlight ¶
func (self *TransferOption) SoftHighlight(ctx *context.Context) bool
Click to show internal directories.
Click to hide internal directories.