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>WPADIsSpeakerEnabled</title> 10</head> 11 12<body> 13 14<h1>WPADIsSpeakerEnabled</h1> 15 16 17<h2>C Specification</h2> 18 19<dl> 20<dd><pre><code>#include <revolution/wpad.h> 21 22#define WPAD_CHAN0 0 23#define WPAD_CHAN1 1 24#define WPAD_CHAN2 2 25#define WPAD_CHAN3 3 26 27BOOL WPADIsSpeakerEnabled( s32 chan );</CODE></pre> 28 </dd> 29</dl> 30 31<h2>Arguments</h2> 32 33<TABLE border="1" > 34 <tr> 35<TD width="120" bgcolor="#ffffe8"><code><b><i>chan</i></b></code></TD> 36<TD>One of the <code>WPAD_CHAN<i>n</i></code> values.</TD> 37 </tr> 38 <tr> 39</table> 40 41<h2>Return Values</h2> 42 43<p>Returns TRUE if the pointer is moving; FALSE if it is stopped.</p> 44 45<H2>Description</H2> 46<p> 47Checks the status of the Wii Remote speaker. 48</p> 49 50<h2>See Also</h2> 51<p> 52<A href="./toc.html" target="contents">WPAD Functions</A><br> <A href="./WPADControlSpeaker.html"><CODE>WPADControlSpeaker</CODE></A>, <A href="./WPADGetInfo.html"><CODE>WPADGetInfo</CODE></A>, <A href="./WPADGetInfoAsync.html"><CODE>WPADGetInfoAsync</CODE></A><br> 53</p> 54 55<H2>Revision History</H2> 56<P> 572006/07/04 Initial version. 58</P> 59 60<hr> 61<P>CONFIDENTIAL</p> 62</BODY> 63</HTML>