Skip to content

Commit 731bdcf

Browse files
Fix parameter names of touchscreen::TouchPoint (#5218)
1 parent 5d99b33 commit 731bdcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/touchscreen/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ The integer members for the touch positions below are in relation to the display
8383
- ``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.
8484

8585
- ``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.
8888
- ``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.
8989

9090
.. _touchscreen-calibration:

0 commit comments

Comments
 (0)