You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/touchscreen/index.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,8 +83,8 @@ The integer members for the touch positions below are in relation to the display
83
83
- ``state`` indicates the state of the touch. This can be **1**, indicating it is an initial touch, or **2** indicating the touch position has changed/moved.
84
84
85
85
- ``x`` and ``y`` are the current position.
86
-
- ``x_last`` and ``y_last`` are the previous position.
87
-
- ``x_first`` and ``y_first`` are the position of the touch when it was first detected.
86
+
- ``x_prev`` and ``y_prev`` are the previous position.
87
+
- ``x_org`` and ``y_org`` are the position of the touch when it was first detected.
88
88
- ``x_raw`` and ``y_raw`` are for calibrating the touchscreen in relation of the display. This replaces the properties with the same name in the touchscreen classes.
0 commit comments