#include <revolution/sc.h> #define SC_WPAD_SENSOR_BAR_POSITION_LOWER 0u #define SC_WPAD_SENSOR_BAR_POSITION_UPPER 1u u8 SCGetWpadSensorBarPosition(void);
None.
One of the SC_WPAD_SENSOR_BAR_POSITION_* values.
This function is called from the WPAD library. Do not call this function directly from the application. (Have your application call WPADGetSensorBarPosition() instead.))
This function references the sensor bar's position settings.
| Return Values | position |
| SC_WPAD_SENSOR_BAR_POSITION_LOWER | The lower edge of the TV screen. |
|---|---|
| SC_WPAD_SENSOR_BAR_POSITION_UPPER | The upper edge of the TV screen. |
You can reference and change the setting from the NDEV System Menu.
WPADGetSensorBarPosition, SCSetWpadSensorBarPosition, NDEV System Menu
2006/10/25 Disclosure ended.
2006/09/06 Revised explanation.
2006/08/15 Initial version.
CONFIDENTIAL