I have created an app for sign recognition using Visual Studio.The code is written in C++. It works perfectly on Console Application (where I have done a litlle console menu, etc) Now, I want to make a simply interface for my app, where it would be possible interact with the mouse instead of using console input. I have tried using Windows Form with C++, but it doesn't work with my c++ leap motion code.
Could you advise me about any program or method for make a simply interface for my programme writte in C++ which use Leap Motion? Only for use the mouse, buttons, textbox, imagesbox,etc.
Thank you.