mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 13:41:21 +00:00
Correct description of touch support.
This commit is contained in:
@@ -44,8 +44,8 @@ var Guacamole = Guacamole || {};
|
|||||||
* mouse events into a non-browser-specific event provided by the
|
* mouse events into a non-browser-specific event provided by the
|
||||||
* Guacamole.Mouse instance.
|
* Guacamole.Mouse instance.
|
||||||
*
|
*
|
||||||
* Touch event support is planned, but currently only in testing (translate
|
* Touch events are translated into mouse events as if the touches occurred
|
||||||
* touch events into mouse events).
|
* on a touchpad (drag to push the mouse pointer, tap to click).
|
||||||
*
|
*
|
||||||
* @constructor
|
* @constructor
|
||||||
* @param {Element} element The Element to use to provide mouse events.
|
* @param {Element} element The Element to use to provide mouse events.
|
||||||
|
Reference in New Issue
Block a user