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
romIMemoryAccessmemory interface
widgetIWidgetwidget interface
playerControlsIPlayerControlsplayer controls interface