Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsSomeKeyJustPressed ¶
func IsSomeKeyJustPressed(keys ...ebiten.Key) (ok bool, key ebiten.Key)
Types ¶
type ImageWithOptions ¶
type ImageWithOptions struct { Image *ebiten.Image Options *ebiten.DrawImageOptions }
func (*ImageWithOptions) Dispose ¶
func (iwo *ImageWithOptions) Dispose()
func (*ImageWithOptions) Draw ¶
func (iwo *ImageWithOptions) Draw(dst *ebiten.Image)
Click to show internal directories.
Click to hide internal directories.