I just got my Leap Motion controller. But i must admit that i dont know how to get the basic initialisation up and running in SmartMS !?
I have included the leapmotionts-1.0.9+8391.js from https://github.com/logotype/LeapMotionTS and added the leap.Core to the uses clause of my project. Sms accepts a initialisation like this :
Controller:=New JController();
But i have no idea on how to set up the eventlistener ?