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>WPADStopMotor</title> 10</head> 11 12<body> 13 14<h1>WPADStopMotor</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 WPADStopMotor( chan ) WPADControlMotor( (chan), WPAD_MOTOR_STOP ) 26</pre></dd></dl> 27 28<h2>Arguments</h2> 29<TABLE class="arguments" border="1" > 30 <tr> 31<TH>chan</TH> 32<TD>One of the <code>WPAD_CHAN<i>n</i></code> values.</TD> 33 </tr> 34</TABLE> 35 36<h2>Return Values</h2> 37<p>None.</p> 38 39<H2>Description</H2> 40<P>Stops the Rumble Feature of the specified channel's Wii Remote.</P> 41 42<h2>See Also</h2> 43<p class="reference"> 44<A href="./WPADControlMotor.html">WPADControlMotor</A>, 45<A href="./WPADStartMotor.html">WPADStartMotor</A> 46</p> 47 48<H2>Revision History</H2> 49<P> 502005/10/20 Added the <CODE>WPAD_CHAN<i>n</i></CODE> macros.<br>2005/08/01 Initial version.<br> 51</P> 52 53<hr><p>CONFIDENTIAL</p></body> 54</html>