TapReadingThe TapReading element holds the most recent TapSensor reading. More... Inherits SensorReading TapReading instantiates the C++ class QTapReading Properties
Detailed DescriptionThe TapReading element holds the most recent TapSensor reading. This element wraps the QTapReading class. Please see the documentation for QTapReading for details. This element cannot be directly created. Property DocumentationPlease see QTapReading::doubleTap for information about this property. Please see QTapReading::tapDirection for information about this property. TapDirection constants are exposed through the TapReading class. TapSensor { onReadingChanged: { if ((reading.tapDirection & TapReading.X_Both)) // do something } } |