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)@:enum@:implinlineread onlyFINGER:TouchscreenType = 0

A touchscreen designed to respond to finger touches.

@:value(cast 1)@:enum@:implinlineread onlyNONE:TouchscreenType = 1

The computer or device does not have a supported touchscreen.

@:value(cast 2)@:enum@:implinlineread onlySTYLUS:TouchscreenType = 2

A touchscreen designed for use with a stylus.