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>KPADSetMplsMagnification</title>
9</head>
10
11<body>
12
13<h1>KPADSetMplsMagnification</h1>
14
15<h2>Syntax</h2>
16<dl><dd><pre class="construction">
17#include &lt;revolution/kpad.h&gt;
18
19void KPADSetMplsMagnification( s32 chan, f32 pitch, f32 yaw, f32 roll );
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>pitch</TH>
31      <TD>The scaling to apply when calculating angular speed in the pitch direction.</td>
32    </TR>
33    <TR>
34      <TH>yaw</TH>
35      <TD>The scaling to apply when calculating angular speed in the yaw direction.</td>
36    </TR>
37    <TR>
38      <TH>roll</TH>
39      <TD>The scaling to apply when calculating angular speed in the roll direction.</td>
40    </TR>
41  </TBODY>
42</TABLE>
43
44<h2>Return Values</h2>
45<p>None.</p>
46
47<H2>Description</H2>
48<p>
49Sets the scaling to apply to each direction when calculating the angular speed for the specified channel's Wii MotionPlus.
50</p>
51
52<h2>See Also</h2>
53<p class="reference">
54None.
55</P>
56
57<H2>Revision History</H2>
58<P>
592009/01/22 Initial version.
60</P>
61
62<hr><p>CONFIDENTIAL</p></body>
63</html>