I am designing a touch driver for windows 7 . Windows 7 has a mechanism to associate your touch screen with a particular display, see "Tablet PC Settings"->Configure .
What i want to do is ,change the tablet pc settings using c/c++ so that i am able to change if the input goes to primary monitor or secondary monitor . Is there any way in which we can change the settings using C/C++ are they stored in registry somewhere or somewhere else ? . If yes , how can i modify it .