Is there a way in QML or Qt or C++ to know if the screen (or the platform) support tactile, and more specifically, if the screen support multitouch
Is this even possible ?
EDIT :
On windows it seems we could try to enumerate the device to find one that match https://support.microsoft.com/en-us/kb/259695
This should also be possible on linux
RELATED :
What's the best way to detect a 'touch screen' device using JavaScript?
Is there a way to determine if the current screen supports touch?