Hi, I hope this is the right forum for this question.
Is there anyway to detect if the user is using touchscreen or mouse on XP/Vista/Windows 7?
I found the StylusAsyncPlugin examples which is supposed to work with xp tablet or vista+. but the App is not using forms and I can't find a way to make it work without it.
I'm using the XNA framework and .net 3.5 no Forms or xaml.
Thank you for your reply. Sadly it does not help. In the mentioned project there using form controls with mouse click events. I'm using XNA and the problem is that XNA doesn't recieve that your touching the screen unless your moving your finger(draging). At least this is what happens on the test device I'm using, a ASUS eeetop. So the only way I've managed to get clicks working on the thouchscreen is by detecting when the "mouse" moved and setting that as a click. And doing that doesn't work very well when using a mouse.