5 finger orient
From GestureML
Revision as of 18:25, 29 March 2012 by Openexhibits (Talk | contribs)
<Gesture id="5-finger-orient" type="orient"> <match> <action> <initial> <cluster point_number="5" point_number_min="" point_number_max="" rotation_threshold="0.01"/> </initial> </action> </match> <analysis> <algorithm> <library module="orient"/> <returns> <property id="orient_dx"/> <property id="orient_dy"/> </returns> </algorithm> </analysis> <mapping> <update> <gesture_event> <property ref="orient_dx" target="" delta_threshold="false" delta_min="0.0001" delta_max="1"/> <property ref="orient_dy" target="" delta_threshold="flase" delta_min="0.0001" delta_max="1"/> </gesture_event> </update> </mapping> </Gesture>