G
groupsanon
I will have two USB touch screens whose USB inputs will be plugged into
their own USB port. Both will display the same image/application, ready
for a user to use through either touch screen. When the user touches
one of the touch screens to use the application, I would like to know
if there is a software solution to detect that the touch screen has
been touched, determine which of the two touch screens has been touched
(which of the two USB ports recieved input from the touch screen), and
then temporarily disable the input of the other touch screen that is
not being used. After the user is done, both touch screens will be
enabled and ready for the next user to use either one of them.
I'm hoping to find a simple solution to do this using either an
existing Microsoft Windows XP utility or programmatically in the
application with API functions. I don't want to write a custom USB
driver.
their own USB port. Both will display the same image/application, ready
for a user to use through either touch screen. When the user touches
one of the touch screens to use the application, I would like to know
if there is a software solution to detect that the touch screen has
been touched, determine which of the two touch screens has been touched
(which of the two USB ports recieved input from the touch screen), and
then temporarily disable the input of the other touch screen that is
not being used. After the user is done, both touch screens will be
enabled and ready for the next user to use either one of them.
I'm hoping to find a simple solution to do this using either an
existing Microsoft Windows XP utility or programmatically in the
application with API functions. I don't want to write a custom USB
driver.