Documentation ¶
Index ¶
- type Binds
- func (binds *Binds) Add(action string, control ebiten.Key)
- func (binds *Binds) Addr(action string, keys ...ebiten.Key)
- func (binds *Binds) IsPressed(action string) bool
- func (binds *Binds) ReadVectorComposite(xNegKey string, xPosKey string, yNegKey string, yPosKey string) core.Vector2
- func (binds *Binds) Remove(action string, control ebiten.Key)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Binds ¶
type Binds struct {
// contains filtered or unexported fields
}
func (*Binds) ReadVectorComposite ¶
Click to show internal directories.
Click to hide internal directories.