c# - Windows 8.1 Store App: Hide mouse cursor and peridocialy move to screen-center -


is possible hide mouse cursor in windows 8.1 store app , move mouse screen center while moving?

something (sdl code):

sdl_showcursor(false); ... sdl_warpmouse(screen.width/2,screen.height/2); 

moving mouse pointer automatically center not possible in windows app. avoid fooling/cheating (not right word, still close enough) users in app. for example, if developer allowed before click of mouse button developer can hide mouse pointer place , move desired position , ads clicked, though user didn't wanted so!

this goes windows 8/8.1 app design principles, apps can use limited resources of system.


Comments

Popular posts from this blog

node.js - How to mock a third-party api calls in the backend -

node.js - Why do I get "SOCKS connection failed. Connection not allowed by ruleset" for some .onion sites? -

matlab - 0-by-1 sym - What do I need to change in order to get proper symbolic results? -