Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Frames ¶
type Frames struct { Game tortuga.Console MessageBus message.MessageBus Frames [][]uint8 PixelSize float64 Width int component.Coordinate // contains filtered or unexported fields }
func (Frames) AlternateSelectElement ¶
func (f Frames) AlternateSelectElement(coordinate component.Coordinate)
SelectElement will Set the element at the passed in coordinates to the active element.
func (Frames) IsWithinBounds ¶
func (f Frames) IsWithinBounds(coordinate component.Coordinate) bool
IsWithinBounds will determine if a coordinate exists within the widget.
func (*Frames) SelectElement ¶
func (f *Frames) SelectElement(coordinate component.Coordinate)
SelectElement will Set the element at the passed in coordinates to the active element.
Click to show internal directories.
Click to hide internal directories.