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>WPADGetDpdFormat</title>
10</head>
11
12<body>
13
14<h1>WPADGetDpdFormat</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_CHAN0               0
23#define WPAD_CHAN1               1
24#define WPAD_CHAN2               2
25#define WPAD_CHAN3               3
26
27#define WPAD_DPD_OFF             0
28#define WPAD_DPD_STD             1
29#define WPAD_DPD_EXP             3
30#define WPAD_DPD_FULL		 5
31
32u8 WPADGetDpdFormat( s32 chan );</code></pre>
33  </dd>
34</dl>
35
36<h2>Arguments</h2>
37<TABLE border="1">
38  <TBODY>
39    <TR>
40<TD width="120" bgcolor="#ffffe8"><code><b><i>chan</i></b></code></TD>
41<TD>One of the <code>WPAD_CHAN<i>n</i></code> values.</TD>
42    </TR>
43  </TBODY>
44</TABLE>
45<h2>Return Values</h2>
46<p>
47One of the <code>WPAD_DPD_*</code>.
48</P>
49<H2>Description</H2>
50<p>Gets the data format of the Pointer of the specified Wii Remote. <code>WPAD_DPD_OFF</code> is returned when Pointer is not being used.</p>
51
52<h2>See Also</h2>
53<p>
54<A href="./toc.html" target="contents">WPAD Functions</A><br>
55</p>
56
57<H2>Revision History</H2>
58<P>
592006/10/23 Initial version.
60</P>
61
62<hr>
63<P>CONFIDENTIAL</p>
64</BODY>
65</HTML>