<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<PLUGIN name="glove" version="1.0" type="input">
  <DESCRIPTION>5DT Data Glove control plugin</DESCRIPTION>
  <RESOURCE>
  <FILE path="./res/calibration.swf" />  
  </RESOURCE>
  <EDITOR>
    <SCRIPT path="./eglove.pkg" />
    <PARAM name="gestureMode" type="value" />
    <PARAM name="path" type="file" />
    <PARAM name="showInterface" type="value" />
  </EDITOR>
  <CLIENT minstance="true">
    <SCRIPT path="./cglove.pkg" />
    <ACTION name="Start calibration" />
    <EVENT name="Unrecognizable gesture" />
  	<EVENT name="Closed hand" />
   	<EVENT name="Thumb point" /> 	
  	<EVENT name="Index point" />
   	<EVENT name="Thumb and index point" /> 	
  	<EVENT name="Middle point" />
  	<EVENT name="Index and middle point" />
  	<EVENT name="Thumb, index and middle point" />
  	<EVENT name="Index and little point" />
  	<EVENT name="Index, middle, ring and little point" />
  	<EVENT name="Flat hand" />
  	<EVENT name="Calibration ended" />
  </CLIENT>
</PLUGIN>