You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/12/02 06:26:13 UTC

[GitHub] [incubator-nuttx] troyf7 commented on a change in pull request #4928: input/touchscreen: added touchscreen gesture

troyf7 commented on a change in pull request #4928:
URL: https://github.com/apache/incubator-nuttx/pull/4928#discussion_r760793566



##########
File path: include/nuttx/input/touchscreen.h
##########
@@ -95,6 +95,16 @@
 #define TOUCH_POS_VALID      (1 << 4) /* Hardware provided a valid X/Y position */
 #define TOUCH_PRESSURE_VALID (1 << 5) /* Hardware provided a valid pressure */
 #define TOUCH_SIZE_VALID     (1 << 6) /* Hardware provided a valid H/W contact size */
+#define TOUCH_GESTURE_VALID  (1 << 7) /* Hardware provided a valid gesture */
+
+/* These definitions for touch gesture */

Review comment:
       OK




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org