|
|
@@ -259,7 +259,7 @@ protected:
|
|
|
* @param evt The touch event that occurred.
|
|
|
* @param x The x position of the touch in pixels. Left edge is zero.
|
|
|
* @param y The y position of the touch in pixels. Top edge is zero.
|
|
|
- * @param contactIndex An integer to identify this contact point within the currently active touch set.
|
|
|
+ * @param contactIndex The order of occurrence for multiple touch contacts starting at zero.
|
|
|
*
|
|
|
* @return Whether the touch event was consumed by a control within this container.
|
|
|
*
|
|
|
@@ -340,7 +340,7 @@ protected:
|
|
|
* @param evt The touch event that occurred.
|
|
|
* @param x The x position of the touch in pixels. Left edge is zero.
|
|
|
* @param y The y position of the touch in pixels. Top edge is zero.
|
|
|
- * @param contactIndex An integer to identify this contact point within the currently active touch set.
|
|
|
+ * @param contactIndex The order of occurrence for multiple touch contacts starting at zero.
|
|
|
*
|
|
|
* @return Whether the touch event was consumed by scrolling within this container.
|
|
|
*
|