Recently, I received my Leap Motion controller. However, I am struggling with the basic initialization process in SmartMS. Can anyone guide me through it?
To start off, I have included the leapmotionts-1.0.9+8391.js file from https://github.com/logotype/LeapMotionTS and added the leap.Core to the uses clause of my project. The standard initialization setup in SmartMS looks like this:
Controller := New JController();
My main confusion lies in how to set up the event listener. Any help would be greatly appreciated!