SCF_BUTTON_IDS Enumeration
In the WindowsSideShow.h header file, the Windows SideShow platform defines the SCF_BUTTON_IDS Enumeration to provide a list of the buttons supported by the Simple Content Format. These button values are used in the application event structures to indicate which button was pressed by a user to initiate a particular navigation or item selection event.
The following values are defined for the SCF_BUTTON_IDS Enumeration:
Member |
Description |
SCF_BUTTON_MENU |
The MENU button. |
SCF_BUTTON_BACK |
The BACK button. |
SCF_BUTTON_SELECT |
The ENTER button. |
SCF_BUTTON_UP |
The UP ARROW button. |
SCF_BUTTON_DOWN |
The DOWN ARROW button. |
SCF_BUTTON_LEFT |
The LEFT ARROW button. |
SCF_BUTTON_RIGHT |
The RIGHT ARROW button. |
SCF_BUTTON_PLAY |
The PLAY button. |
SCF_BUTTON_PAUSE |
The PAUSE button. |
SCF_BUTTON_FASTFORWARD |
The FAST FORWARD button. |
SCF_BUTTON_REWIND |
The REWIND button. |
SCF_BUTTON_STOP |
The STOP button. |
See Also
Concepts
SCF_NAVIGATION_EVENT Structure
SCF_MENUACTION_EVENT Structure