Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GUI ¶
type GUI struct {
// contains filtered or unexported fields
}
func (*GUI) NewCheckbox ¶
func (*GUI) NewNumberField ¶
func (g *GUI) NewNumberField(bounds image.Rectangle) *NumberField
type NumberField ¶
type NumberField struct {
// contains filtered or unexported fields
}
func (*NumberField) Draw ¶
func (n *NumberField) Draw(screen *ebiten.Image)
func (*NumberField) SetOnChange ¶
func (n *NumberField) SetOnChange(f func(*NumberField))
func (*NumberField) SetValue ¶
func (n *NumberField) SetValue(v float64)
func (*NumberField) Value ¶
func (n *NumberField) Value() float64
Source Files ¶
Click to show internal directories.
Click to hide internal directories.