Microsoft DirectX 8.1 (C++) |
Identifies the four directional buttons used for digital video disc (DVD) menu navigation and other operations.
Syntax
typedef enum tagDVD_RELATIVE_BUTTON {
DVD_RELATIVE_BUTTON_Upper = 1,
DVD_RELATIVE_BUTTON_Lower = 2,
DVD_RELATIVE_BUTTON_Left = 3,
DVD_RELATIVE_BUTTON_Right = 4
} DVD_RELATIVE_BUTTON;
Elements
DVD_RELATIVE_BUTTON_Upper
Upper button.
DVD_RELATIVE_BUTTON_Lower
Lower button.
DVD_RELATIVE_BUTTON_Left
Left button.
DVD_RELATIVE_BUTTON_Right
Right button.
See Also