#include <revolution/hbm.h>
typedef enum
{
HBMSEV_RET_NONE = 0, /* Not HBMSEV_PLAY_SOUND / Application has not played sound at HBMSEV_PLAY_SOUND */
HBMSEV_RET_PLAY_SOUND /* Application has played sound at HBMSEV_PLAY_SOUND */
};
| HBMSEV_RET_NONE | Set as the return value for a sound callback function if the event does not require a sound effect, or requires one but it has not been played. |
|---|---|
| HBMSEV_RET_PLAY_SOUND | Set as the return value for a sound callback function when the event requires a sound effect and it has been played. |
Enumerators of the sound callback function return values.
CONFIDENTIAL