<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<PLUGIN name="wii tools" version="1.0" type="input">
  <DESCRIPTION>Wiimote and Balance board control plugin</DESCRIPTION>
  <HELP>http://www.openspace3d.com/documentation/fr/plugits/input/wiimoteplugit.html</HELP>
  <RESOURCE></RESOURCE>
  <EDITOR>
    <SCRIPT path="./ewiimote.pkg" />
    <PARAM name="mode" type="value" />
    <PARAM name="ir" type="value" />
    <PARAM name="init" type="value" />
  </EDITOR>
  <CLIENT minstance="true">
    <SCRIPT path="./cwiimote.pkg" />
    <ACTION name="Connect" />
    <ACTION name="Disconnect" />
    <EVENT name="Control" />
    <EVENT name="Connected" />
    <EVENT name="Disconnected" />
  </CLIENT>
</PLUGIN>