Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SdlImguiPlay ¶
type SdlImguiPlay struct {
// contains filtered or unexported fields
}
SdlImgui is an sdl based visualiser using imgui
func NewSdlImguiPlay ¶
func NewSdlImguiPlay(tv television.Television) (*SdlImguiPlay, error)
NewSdlImguiPlay is the preferred method of initialisation for type SdlImguiPlay
MUST ONLY be called from the #mainthread
func (*SdlImguiPlay) Destroy ¶
func (img *SdlImguiPlay) Destroy(output io.Writer)
Destroy implements GuiCreator interface
MUST ONLY be called from the #mainthread
func (*SdlImguiPlay) Service ¶
func (img *SdlImguiPlay) Service()
Service implements GuiCreator interface
func (*SdlImguiPlay) SetFeature ¶
func (img *SdlImguiPlay) SetFeature(request gui.FeatureReq, args ...interface{}) (returnedErr error)
SetFeature implements gui.GUI interface
Click to show internal directories.
Click to hide internal directories.