We're developing a cross-platform application that renders all its UI via OpenGL. I.e. there is no "real" controls in terms of Windows frameworks.
What we need is to pop-up Microsoft Surface keyboard each time user input is required and there is no physical keyboard connected.
The only approach I found requires admin privileges which is inappropriate.
Is there any standard call in WinAPI, .NET or whatever SDK that has C++ interface?