| IBigBoxThemeElementPluginOnRight Method |
Called whenever Right is pressed via the keyboard or controller.
Namespace: Unbroken.LaunchBox.PluginsAssembly: Unbroken.LaunchBox.Plugins (in Unbroken.LaunchBox.Plugins.dll) Version: 13.5.0.0
XMLNS for XAML: Not mapped to an xmlns.
Syntax bool OnRight(
bool held
)
Function OnRight (
held As Boolean
) As Boolean
bool OnRight(
bool held
)
abstract OnRight :
held : bool -> bool
Parameters
- held Boolean
- A value specifying whether the key or button was held down or not.
Return Value
BooleanA value specifying whether input was handled or not. If true is returned, the input will not be sent back to Big Box.
See Also