Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var InteractionEvent = events.NewEventType[*Interaction]()
View Source
var MoveEvent = events.NewEventType[*Move]()
View Source
var PointsEvent = events.NewEventType[*Points]()
Functions ¶
This section is empty.
Types ¶
type Interaction ¶
type Interaction struct {
Position component.Position
Button ebiten.MouseButton
}
Click to show internal directories.
Click to hide internal directories.