#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;
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. |
This enumerator type indicates which button has been selected.
This enumerator is used as the return value by HBMCalc() and HBMGetSelectBtnNum().
HBM_SELECT_BTN3.
CONFIDENTIAL