diff --git a/guacamole-common-js/src/main/resources/mouse.js b/guacamole-common-js/src/main/resources/mouse.js index 9c6537c15..26cefa093 100644 --- a/guacamole-common-js/src/main/resources/mouse.js +++ b/guacamole-common-js/src/main/resources/mouse.js @@ -44,8 +44,8 @@ var Guacamole = Guacamole || {}; * mouse events into a non-browser-specific event provided by the * Guacamole.Mouse instance. * - * Touch event support is planned, but currently only in testing (translate - * touch events into mouse events). + * Touch events are translated into mouse events as if the touches occurred + * on a touchpad (drag to push the mouse pointer, tap to click). * * @constructor * @param {Element} element The Element to use to provide mouse events.