Package | mx.events |
Class | public final class TouchInteractionReason |
Inheritance | TouchInteractionReason Object |
Language Version: | ActionScript 3.0 |
Product Version: | Flex 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
reason
property of the TouchInteractionEvent class.
More examples
Learn more
Related API Elements
Public Properties
Public Methods
Public Constants
Constant | Defined By | ||
---|---|---|---|
SCROLL : String = "scroll" [static]
Indicates that the touch interaction is a scroll. | TouchInteractionReason |
Constant Detail
SCROLL | Constant |
public static const SCROLL:String = "scroll"
Language Version: | ActionScript 3.0 |
Product Version: | Flex 4.5 |
Runtime Versions: | Flash Player 10, AIR 2.5 |
Indicates that the touch interaction is a scroll.
Mon Nov 28 2011, 06:48 AM -08:00