Hi,
Does anyone know if C++ or C# has a method to simulate a touch screen? For example I have device that has an interface with six buttons. Each button represents a program so when a button is touched, it will open a program that's related to that button. So I want simulate a touch screen to touch each button. Can it be done?
thanks