Table of Contents

Interface IPlayerWindowExtension

Namespace
RetroEditor.Plugins
Assembly
RetroEditor.dll

Interface to allow a plugin to add widgets to the player window.

public interface IPlayerWindowExtension

Methods

ConfigureWidgets(IMemoryAccess, IWidget, IPlayerControls)

Called when the player window is opened, to allow the plugin to define its widgets.

void ConfigureWidgets(IMemoryAccess rom, IWidget widget, IPlayerControls playerControls)

Parameters

rom IMemoryAccess

memory interface

widget IWidget

widget interface

playerControls IPlayerControls

player controls interface