acassis commented on a change in pull request #4928:
URL: https://github.com/apache/incubator-nuttx/pull/4928#discussion_r760459989
##########
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:
These are definitions for touch gesture
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]