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 name="GENERATOR" content="Microsoft FrontPage 5.0">
7<META http-equiv="Content-Style-Type" content="text/css">
8<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css">
9<title>WPADGetSensorBarPosition</title>
10</head>
11
12<body>
13
14<h1>WPADGetSensorBarPosition</h1>
15
16
17<h2>C Specification</h2>
18
19<dl>
20<dd><pre><code>#include &lt;revolution/wpad.h&gt;
21
22#define WPAD_SENSOR_BAR_POS_BOTTOM              0
23#define WPAD_SENSOR_BAR_POS_TOP                 1
24
25u8 WPADGetSensorBarPosition( void );</CODE></pre>
26  </dd>
27</dl>
28
29<h2>Arguments</h2>
30<p>None.</p>
31
32
33<h2>Return Values</h2>
34<p>The placement position of the Sensor Bar specified in the console settings by the user.</p>
35
36<H2>Description</H2>
37<p>
38Gets the placement position of the Sensor Bar specified in the console settings by the user. This function is used when interpolating values in object coordinates for the pointer within the WPAD and KPAD libraries.
39</p>
40
41<h2>See Also</h2>
42<p>
43<A href="./toc.html" target="contents">WPAD Functions</A><br>
44</p>
45
46<H2>Revision History</H2>
47<P>
482006/08/15 Initial version.
49</P>
50
51<hr>
52<P>CONFIDENTIAL</p>
53</BODY>
54</HTML>