leap-motion

Writing custom code for PowerPoint using leap motion?

て烟熏妆下的殇ゞ 提交于 2019-11-26 17:48:13
问题 I am trying to make a gesture based PowerPoint slideshow . JavaScript would certainly not work here as I want my slideshow to work when that particular PowerPoint file (.ppt) is opened for windows. I googled, posted a question on the Leap Motion forum, but in vain. My primary concerns are: I am unsure about what to use here. Are there some SDKs for this purpose? In simple words, how do I write some custom code for a PowerPoint file on our system? Leap Motion apps can be developed with C#, C++

How to move the cursor or simulate clicks for other applications?

坚强是说给别人听的谎言 提交于 2019-11-26 11:42:01
问题 I am creating a C# Windows application using the Leap Motion Controller. I am developing on Windows 8 and Visual Studio 2010. I use SetCursorPos and mouse_event from user32.dll to move the cursor and simulate clicks. I want the cursor to be moved when in any application. When I run/debug it from Visual Studio it only works when in the application itself or in Visual Studio. When in other applications the mouse does not move and the clicks don\'t work, but if I try to move the cursor with the