TouchPointThe TouchPoint element describes a touch point in a MultiPointTouchArea. More... Inherits QtObject Properties
Detailed DescriptionThe TouchPoint element contains information about a touch point, such as the current position, pressure, and area. Property DocumentationThis property holds the point id of the touch point. Each touch point within a MultiPointTouchArea will have a unique id. This property holds whether the touch point is currently pressed. These properties hold additional information about the current state of the touch point.
Not all touch devices support velocity. If velocity is not supported, it will be reported as 0,0. These properties hold the previous position of the touch point. These properties hold the current position of the touch point in scene coordinates. These properties hold the starting position of the touch point. |