SCGetWpadSensorBarPosition

C Specification

#include <revolution/sc.h>

#define SC_WPAD_SENSOR_BAR_POSITION_LOWER   0u
#define SC_WPAD_SENSOR_BAR_POSITION_UPPER   1u

u8 SCGetWpadSensorBarPosition(void);

Arguments

None.

Return Values

One of the SC_WPAD_SENSOR_BAR_POSITION_* values.

Description

This function is reserved for another library to be provided in future. Do not call this directly from the application at present.

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.

See Also

SCSetWpadSensorBarPosition

Revision History

08/15/2006 Initial version.


CONFIDENTIAL