enum abstract TouchscreenType(Null<Int>)
package openfl.system
The TouchscreenType class is an enumeration class that provides values for
the different types of touch screens.
Use the values defined by the TouchscreenType class with the
Capabilities.touchscreenType
property.
Variables
inlineread onlyNONE:TouchscreenType = 1
The computer or device does not have a supported touchscreen.