I want to create a customized gesture.I am currently not using unity/Flash but simple c++/.net application created using iisu sdk. I went through the developer guide where I found the information regarding data, parameters and events. Also, through information from forums I got to know that we can use iisu interaction designer for the purpose of
creating customized gestures.
I tried using the designer but I have following queries:
a. What I got is, using iisu interaction designer, we can create customised parameters which would be set as output parameters and can be used from other applications using iid file. So, it seems we are not creating gestures but new parameters. I am not able to map these to gestures. Please provide any pointers on this.
b. If I create my own gesture, how will it be identified in my program? There are predefined events associated with gestures such as GESTURE_CLICK, GESTURE_SWIPE_LEFT, etc. I didn't get any information in developer guide regarding how to register our own events for our customised gestures.
Any information for above would be helpful.
Thanks!