Indicates whether or not a touch screen providing multi-touch input is attached to the device on which JavaFX in running.
On embedded platforms JavaFX makes an attempt to initialize this ConditionalFeature based on what input peripherals are attached. On desktop platforms this ConditionalFeature will typically default to false.
If INPUT_MULTITOUCH is available then INPUT_TOUCH is also available.
Diagram: Platform