Correct description of touch support.

This commit is contained in:
Michael Jumper
2012-02-09 10:43:25 -08:00
parent 902cef5db6
commit 776054e33b

View File

@@ -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.