On the F7/Epix 2 there's a System Setting to disable Touch screen.
My app operates very differently on Touch devices and will misbehave very badly on devices with both, so I'm considering a requirement to disable Touch if both Touch and 5-buttons are detected.
My questions are:
- Will this "disable touch" setting cause System.getDeviceSettings().isTouchScreen to return false, and
- Is there any way to test this feature in the Sim in VSC?