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 http-equiv="Content-Style-Type" content="text/css">
7
8    <LINK rel="stylesheet" href="./css/revolution.css" type="text/css">
9
10    <TITLE>HBMIsReassignedControllers</TITLE>
11<style type="text/css" media="all">
12<!--
13@import url("css/hbm_common.css");
14-->
15</style>
16</HEAD>
17<BODY>
18
19
20<H1>HBMIsReassignedControllers</H1>
21
22<H2>Syntax</H2>
23<dl><dd><pre><code>
24#include &lt;revolution/hbm.h&gt;
25
26int HBMIsReassignedControllers( void );
27</code></pre></dd></dl>
28
29<H2>Arguments</H2>
30<P>
31None.
32</P>
33
34<H2>Return Values</H2>
35<P>
36Value that specifies whether the Wii Remote has reconnected from the HOME Menu. Returns a non-zero value if the Wii Remote has reconnected.
37</P>
38
39<H2>Description</H2>
40<P>
41Returns whether pairing was performed using the <B>Reconnect Remote</B> button on the Wii Remote Setup Screen of the HOME Menu.<BR>If the return value is non-zero, it is possible that the Wii Remote link status or order has changed. Be sure to execute any necessary processing if the application needs to identify Wii Remotes ahead of time.
42</P>
43
44<H2>See Also</H2>
45<P>
46</P>
47
48<H2>Revision History</H2>
49<DL class="history">
50    <DT>2007/10/26<DD>Revised the header explanation.
51    <DT>2006/09/25<DD>Initial version.
52</DL>
53
54<hr><p>CONFIDENTIAL</p></body>
55</HTML>