HBMCalc

Syntax


#include <revolution/hbm.h>

HBMSelectBtnNum HBMCalc( const HBMControllerData* pController );

Arguments

pController Wii Remote input information.

Return Values

Returns the number of the button just pressed on the HOME Menu.

Description

Performs the preprocessing for drawing according to the contents set in pController. Always call this function before calling HBMDraw(). In addition, the clicked button is identified based on the information and set as the return value.

See Also

HBMDraw, HBMGetSelectBtnNum

Revision History

2007/10/26
Revised the header explanation.
2006/09/25
Initial version.

CONFIDENTIAL