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<h2>Syntax</h2> 17<dl><dd><pre class="construction"> 18#include <revolution/wpad.h> 19 20#define WPAD_CHAN0 0 21#define WPAD_CHAN1 1 22#define WPAD_CHAN2 2 23#define WPAD_CHAN3 3 24 25#define WPAD_DPD_OFF 0 26#define WPAD_DPD_STD 1 27#define WPAD_DPD_EXP 3 28#define WPAD_DPD_FULL 5 29 30u8 WPADGetDpdFormat( s32 chan ); 31</pre></dd></dl> 32 33<h2>Arguments</h2> 34<TABLE class="arguments" border="1" > 35 <TBODY> 36 <TR> 37<TH>chan</TH> 38<TD>One of the <code>WPAD_CHAN<i>n</i></code> values.</TD> 39 </TR> 40 </TBODY> 41</TABLE> 42 43<h2>Return Values</h2> 44<p> 45One of the <code>WPAD_DPD_*</code>. 46</P> 47 48<H2>Description</H2> 49<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> 50 51<h2>See Also</h2> 52<p> 53None. 54</p> 55 56<H2>Revision History</H2> 57<P> 582006/10/23 Initial version.<br> 59</P> 60 61<hr><p>CONFIDENTIAL</p></body> 62</html>