Language version: | ActionScript 3.0 |
The TouchEventIntent class defines constants for the
touchIntent
property of the TouchEvent class.
These values describe the general purpose of a touch input, as reported by the device hardware.
public static const ERASER:String = "eraser"
Language version: | ActionScript 3.0 |
The touch event is generated by an eraser tool, the eraser end of an active stylus, or the like.
See also
public static const PEN:String = "pen"
Language version: | ActionScript 3.0 |
The touch event is generated by the primary end of an active stylus or by a pen on a system that can distinguish pen from touch.
See also
public static const UNKNOWN:String
Language version: | ActionScript 3.0 |
A general contact type, for example, the touch event is generated by a finger, the palm of a hand, or a passive stylus.
See also
© 2004-2022 Adobe Systems Incorporated. All rights reserved.
Wed Sep 28 2022, 6:12 PM GMT+01:00