jmuehlner commented on code in PR #504: URL: https://github.com/apache/guacamole-server/pull/504#discussion_r1617914082
########## src/terminal/terminal/terminal-priv.h: ########## @@ -465,6 +465,16 @@ struct guac_terminal { */ bool disable_copy; + /** + * The time betwen two left clicks. + */ + guac_timestamp click_timer; + + /** + * Counter for left clicks : Review Comment: Incorrect punctuation here. -- 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: dev-unsubscr...@guacamole.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org