Raptor:Display Menu Selected Item: Difference between revisions

From NewEagleWiki
Jump to navigation Jump to search
(Created page with 'Return to the main Raptor page Return to Menu page [[File:RaptorDisplayMenuSelectedItem.png|right|frame|Raptor™ Display Menu Selected I…')
 
No edit summary
 
Line 7: Line 7:
== Description ==
== Description ==
<p>This block sets which menu item is currently selected.</p>
<p>This block sets which menu item is currently selected.</p>
<p>Requires a Menu Definition block in order to build or have any effect.</p>
<p>Ensure the input of this block is not connected to the SelectedItem output of the Menu Definition block. This will cause the menu selector to revert to the initial row every time the button to move the selector is pressed.</p>


== Inputs ==
== Inputs ==
Line 18: Line 22:
| uint32
| uint32
| Index of the selected item in the menu.
| Index of the selected item in the menu.
|}
== Outputs ==
{| class="wikitable" style="width:75%;"
|-
! scope="col" style="width: 15%;"|Output
! scope="col" style="width: 15%;"|Type
! scope="col" style="width: 70%;"|Description
|}
== Parameters ==
{| class="wikitable" style="width:75%;"
|-
! scope="col" style="width: 15%;"|Parameter
! scope="col" style="width: 15%;"|Type
! scope="col" style="width: 70%;"|Description
|}
|}


== Supported Versions ==
== Supported Versions ==
* [[Raptor:Versions#2013a_0.0.1|Raptor 2013a_0.0.1]] and newer
* [[Raptor:Versions#2013a_0.0.1|Raptor 2013a_0.0.1]] and newer

Latest revision as of 15:12, 13 September 2023

Return to the main Raptor page

Return to Menu page

Raptor™ Display Menu Selected Item

Description

This block sets which menu item is currently selected.

Requires a Menu Definition block in order to build or have any effect.

Ensure the input of this block is not connected to the SelectedItem output of the Menu Definition block. This will cause the menu selector to revert to the initial row every time the button to move the selector is pressed.

Inputs

Input Type Description
Item uint32 Index of the selected item in the menu.

Supported Versions