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

c++ - Delete matches in OpenCV (Keypoints and descriptors) -

java - Could not locate OpenAL library -

sorting - opencl Bitonic sort with 64 bits keys -