HBMSelectBtnNum Enumerator Type

Syntax


#include <revolution/hbm.h>

typedef enum
{
    HBM_SELECT_NULL = -1,
    HBM_SELECT_HOMEBTN = 0,
    HBM_SELECT_BTN1,
    HBM_SELECT_BTN2,
    HBM_SELECT_BTN3,
    HBM_SELECT_BTN4,
    HBM_SELECT_MAX
} HBMSelectBtnNum;

Value

HBM_SELECT_NULL No button has been selected.
HBM_SELECT_HOMEBTN HOME or the Close bar has been selected.
HBM_SELECT_BTN1 Button 1 (Go to system menu button) has been selected.
HBM_SELECT_BTN2 Button 2 (Reset button) has been selected.
HBM_SELECT_BTN3 Button 3 has been selected.
When the manual is displayed in the application from HOME Menu, this button is used as the manual display button.
The HBM library's sound resources are used even while the manual is being displayed. Release these after the manual display has completed.
HBM_SELECT_BTN4 Button 4 has been selected.

Description

This enumerator type indicates which button has been selected.
This enumerator is used as the return value by HBMCalc() and HBMGetSelectBtnNum().

See Also

HBMCalc, HBMGetSelectBtnNum

Revision History

2007/10/26
Revised the header explanation.
2007/07/01
Added a description for HBM_SELECT_BTN3.
2006/10/19
Manual edition.
2006/09/25
Initial version.

CONFIDENTIAL