xiaoxiang781216 commented on code in PR #6576:
URL: https://github.com/apache/incubator-nuttx/pull/6576#discussion_r915401862


##########
drivers/video/vnc/vnc_server.h:
##########
@@ -503,6 +508,36 @@ int vnc_raw(FAR struct vnc_session_s *session, FAR struct 
fb_area_s *rect);
 void vnc_key_map(FAR struct vnc_session_s *session, uint16_t keysym,
                  bool keydown);
 
+#ifdef CONFIG_VNCSERVER_TOUCH
+
+/****************************************************************************
+ * Name: vnc_touch_register
+ *
+ * Description:
+ *   Register touch device to fetch touch event from VNC client.
+ *
+ * Input Parameters:
+ *   devpath - Device path for this device
+ *
+ * Returned Value:
+ *   Driver instance
+ *
+ ****************************************************************************/
+
+FAR struct touch_lowerhalf_s *vnc_touch_register(FAR const char *devpath);

Review Comment:
   int vnc_touch_register(FAR const char *devpath, FAR struct touch_lowerhalf_s 
**lower);



-- 
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-unsubscr...@nuttx.apache.org

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

Reply via email to