I got my Leap Motion Devkit few days ago and it’s great, thank you, Leap! :)
Of course, first thing I did was emulating the mouse. I wrote a simple mouse emulator in C# - it tracks one finger only and simply assigns finger position to mouse - I can set:
sensitivity (how much is cursor moving),
y-offset (I sometimes want to have my hand lower or higher) and
mode (projecting finger position on monitor and finger line monitor intersection are a little different).
I didn’t have any clicks or scrolls yet, bu