1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<HTML>
3
4<HEAD>
5<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
6<META http-equiv="Content-Style-Type" content="text/css">
7
8<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css">
9
10<TITLE>SCGetWpadSensorBarPosition</TITLE>
11
12</HEAD>
13
14<BODY>
15
16
17<H1><S>SCGetWpadSensorBarPosition</S> (No Longer Disclosed)</H1>
18
19<H2>Syntax</H2>
20<dl><dd><pre class="construction">
21#include &lt;revolution/sc.h&gt;
22
23#define SC_WPAD_SENSOR_BAR_POSITION_LOWER   0u
24#define SC_WPAD_SENSOR_BAR_POSITION_UPPER   1u
25
26u8 SCGetWpadSensorBarPosition(void);
27</pre></dd></dl>
28
29<H2>Arguments</H2>
30<P>None.</P>
31
32<H2>Return Values</H2>
33<p>One of the <code>SC_WPAD_SENSOR_BAR_POSITION_*</code> values.</p>
34
35<H2>Description</H2>
36<P>This function is called from the WPAD library. Do not call this function directly from the application. (Have your application call <a href="../wpad/WPADGetSensorBarPosition.html"><code>WPADGetSensorBarPosition()</code></a> instead.))</P>
37
38<P>This function references the sensor bar's position settings.</P>
39
40<TABLE class="arguments" border="1" >
41  <TBODY>
42    <TR>
43<TD width="30%" valign="middle" bgcolor="#C0C0C0">Return Values</TD>
44<TD width="*" valign="middle" bgcolor="#C0C0C0">position</TD>
45    </TR>
46    <TR>
47<TH>SC_WPAD_SENSOR_BAR_POSITION_LOWER</TH>
48<TD>The lower edge of the TV screen.</TD>
49    </TR>
50    <TR>
51<TH>SC_WPAD_SENSOR_BAR_POSITION_UPPER</TH>
52<TD>The upper edge of the TV screen.</TD>
53    </TR>
54  </TBODY>
55</TABLE>
56
57<p>You can reference and change the setting from the <a href="../tools/devkitmenu.html">NDEV System Menu</a>.</p>
58
59<H2>See Also</H2>
60<P class="reference">
61<a href="../wpad/WPADGetSensorBarPosition.html">WPADGetSensorBarPosition</a>,
62<A href="SCSetWpadSensorBarPosition.html">SCSetWpadSensorBarPosition</A>,
63<a href="../tools/devkitmenu.html">NDEV System Menu</a>
64</P>
65
66<H2>Revision History</H2>
67<P>
682006/10/25 Disclosure ended.<br>2006/09/06 Revised explanation.<br>2006/08/15 Initial version.<br>
69</P>
70
71<hr><p>CONFIDENTIAL</p></body>
72</HTML>
73