Hi,
i want to create my own gesture. My approach is, to inherit from leap motion gesture to create my own gesture objects and to be able, to append my own gesture to the leap motion gesturelist. My question is now, is it possible and is that the rigth or a good approach. Also, i see that leap motion gesture is not an abstract class, so it is not
necessary to implement particular methods from leap motion gesture. But whats going on in the constructors of the several particular leap motion gestures ? Thx in advance.