Microsoft DirectX 9.0

DVD_RELATIVE_BUTTON Enumeration

Identifies the four directional buttons used for DVD menu navigation and other operations.

Syntax

typedef enum tagDVD_RELATIVE_BUTTON {
    DVD_Relative_Upper = 1,
    DVD_Relative_Lower = 2,
    DVD_Relative_Left =  3,
    DVD_Relative_Rightt = 4
    } DVD_RELATIVE_BUTTON;

Elements

DVD_Relative_Upper

Upper button.

DVD_Relative_Lower

Lower button.

DVD_Relative_Left

Left button.

DVD_Relative_Right

Right button.

See Also