Documentation
¶
Rendered for windows/amd64
Index ¶
- type LaunchBox
- type LaunchBoxGame
- type Platform
- func (*Platform) ForwardCmd(_ *platforms.CmdEnv) (platforms.CmdResult, error)
- func (*Platform) GamepadPress(_ string) error
- func (*Platform) ID() string
- func (*Platform) KeyboardPress(_ string) error
- func (p *Platform) LaunchMedia(cfg *config.Instance, path string) error
- func (*Platform) LaunchSystem(_ *config.Instance, _ string) error
- func (p *Platform) Launchers(cfg *config.Instance) []platforms.Launcher
- func (*Platform) LookupMapping(_ *tokens.Token) (string, bool)
- func (*Platform) NormalizePath(_ *config.Instance, path string) string
- func (*Platform) PlayAudio(_ string) error
- func (*Platform) RootDirs(cfg *config.Instance) []string
- func (*Platform) ScanHook(_ *tokens.Token) error
- func (*Platform) Settings() platforms.Settings
- func (*Platform) ShowLoader(_ *config.Instance, _ widgetmodels.NoticeArgs) (func() error, error)
- func (*Platform) ShowNotice(_ *config.Instance, _ widgetmodels.NoticeArgs) (func() error, time.Duration, error)
- func (*Platform) ShowPicker(_ *config.Instance, _ widgetmodels.PickerArgs) error
- func (p *Platform) StartPost(_ *config.Instance, activeMedia func() *models.ActiveMedia, ...) error
- func (*Platform) StartPre(_ *config.Instance) error
- func (*Platform) Stop() error
- func (p *Platform) StopActiveLauncher() error
- func (p *Platform) SupportedReaders(cfg *config.Instance) []readers.Reader
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LaunchBox ¶
type LaunchBox struct {
Games []LaunchBoxGame `xml:"Game"`
}
type LaunchBoxGame ¶
type Platform ¶
type Platform struct {
// contains filtered or unexported fields
}
func (*Platform) ForwardCmd ¶
func (*Platform) GamepadPress ¶
func (*Platform) KeyboardPress ¶
func (*Platform) LaunchMedia ¶
func (*Platform) NormalizePath ¶
func (*Platform) ShowLoader ¶
func (*Platform) ShowLoader( _ *config.Instance, _ widgetmodels.NoticeArgs, ) (func() error, error)
func (*Platform) ShowNotice ¶
func (*Platform) ShowNotice( _ *config.Instance, _ widgetmodels.NoticeArgs, ) (func() error, time.Duration, error)
func (*Platform) ShowPicker ¶
func (*Platform) ShowPicker( _ *config.Instance, _ widgetmodels.PickerArgs, ) error
func (*Platform) StartPost ¶
func (p *Platform) StartPost( _ *config.Instance, activeMedia func() *models.ActiveMedia, setActiveMedia func(*models.ActiveMedia), ) error
func (*Platform) StopActiveLauncher ¶
Click to show internal directories.
Click to hide internal directories.