From 776054e33b7cccd7aaee1e462f32c49a3ab5c589 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Thu, 9 Feb 2012 10:43:25 -0800 Subject: [PATCH] Correct description of touch support. --- guacamole-common-js/src/main/resources/mouse.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.