How do I detect if a Windows device is touch-enabled
问题 How do I detect if a device is touch-enabled in c# for a WinForms app (Not WPF). I found information on GetSystemMetrics...can't find how to use this in c#. I Tried using System.Windows.Input.Tablet class..not coming up in c#, even though I am using .Net Framework 4.5. I Tried using System.Windows.Devices...not coming up in c#, even though I am using .Net Framework 4.5. I have also checked This and This, which would seem to make this question a duplicate. However, neither of these answers my