I would like to know, if it's possible to activate and control the cursor in windows 8.1 rt, from a metro-app? My approach is:
system.windows.forms.cursor.handle
//or
system.windows.forms.control.mouseposition
Would this work, and if yes, do I need to initialize the mouse somehow in the first place?