mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
Merge 0.9.12-incubating changes back to master.
This commit is contained in:
@@ -1037,6 +1037,17 @@ Guacamole.Client = function(tunnel) {
|
||||
|
||||
},
|
||||
|
||||
"mouse" : function handleMouse(parameters) {
|
||||
|
||||
var x = parseInt(parameters[0]);
|
||||
var y = parseInt(parameters[1]);
|
||||
|
||||
// Display and move software cursor to received coordinates
|
||||
display.showCursor(true);
|
||||
display.moveCursor(x, y);
|
||||
|
||||
},
|
||||
|
||||
"move": function(parameters) {
|
||||
|
||||
var layer_index = parseInt(parameters[0]);
|
||||
|
Reference in New Issue
Block a user