Click or drag to resize
LaunchBox

IBigBoxThemeElementPlugin Interface

Implement this interface in order to add an element/control to a Big Box theme, access the data, and accept user input.

Namespace: Unbroken.LaunchBox.Plugins
Assembly: Unbroken.LaunchBox.Plugins (in Unbroken.LaunchBox.Plugins.dll) Version: 13.5.0.0
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public interface IBigBoxThemeElementPlugin

The IBigBoxThemeElementPlugin type exposes the following members.

Methods
 NameDescription
Public methodOnDown Called whenever Down is pressed via the keyboard or controller.
Public methodOnEnter Called whenever Enter is pressed via the keyboard or controller.
Public methodOnEscape Called whenever Escape is pressed via the keyboard or controller.
Public methodOnLeft Called whenever Left is pressed via the keyboard or controller.
Public methodOnPageDown Called whenever Page Down is pressed via the keyboard or controller.
Public methodOnPageUp Called whenever Page Up is pressed via the keyboard or controller.
Public methodOnRight Called whenever Right is pressed via the keyboard or controller.
Public methodOnSelectionChanged Called whenever a new platform, platform category, playlist, or game is selected in the Big Box interface.
Public methodOnUp Called whenever Up is pressed via the keyboard or controller.
Top
See Also