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=utf-8"> 6<META http-equiv="Content-Style-Type" content="text/css"> 7<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css"> 8<title>KPADGetMplsDirRevise</title> 9</head> 10 11<body> 12 13<h1>KPADGetMplsDirRevise</h1> 14 15<h2>Syntax</h2> 16<dl><dd><pre class="construction"> 17#include <revolution/kpad.h> 18 19void KPADGetMplsDirRevise( s32 chan, f32 *revise_pw ); 20</pre></dd></dl> 21 22<h2>Arguments</h2> 23<TABLE class="arguments" border="1" > 24 <TBODY> 25 <TR> 26 <TH>chan</TH> 27 <TD>One of the <code>WPAD_CHAN<i>n</i></code> values.</td> 28 </TR> 29 <TR> 30 <TH>revise_pw</TH> 31 <TD>Buffer for copying the current level of attitude correction.</td> 32 </TR> 33 </TBODY> 34</TABLE> 35 36<h2>Return Values</h2> 37<p>None.</p> 38 39<H2>Description</H2> 40<p> 41Gets the level of attitude correction for the specified channel's Wii MotionPlus. 42</p> 43 44<h2>See Also</h2> 45<p class="reference"> 46<a href="./KPADSetMplsDirReviseParam.html"><CODE>KPADSetMplsDirReviseParam</CODE></a><BR> <a href="./KPADInitMplsDirReviseParam.html"><CODE>KPADInitMplsDirReviseParam</CODE></a> 47</P> 48 49<H2>Revision History</H2> 50<P> 512008/12/04 Initial version. 52</P> 53 54<hr><p>CONFIDENTIAL</p></body> 55</html>