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

@:value(cast 0)@:impl@:enuminlineread onlyFINGER:TouchscreenType = 0

A touchscreen designed to respond to finger touches.

@:value(cast 1)@:impl@:enuminlineread onlyNONE:TouchscreenType = 1

The computer or device does not have a supported touchscreen.

@:value(cast 2)@:impl@:enuminlineread onlySTYLUS:TouchscreenType = 2

A touchscreen designed for use with a stylus.