mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
Position mouse cursor only at integer coordinates.
This commit is contained in:
@@ -195,8 +195,8 @@ Guacamole.Client = function(tunnel) {
|
||||
|
||||
// Update client-side cursor
|
||||
moveCursor(
|
||||
mouseState.x,
|
||||
mouseState.y
|
||||
Math.floor(mouseState.x),
|
||||
Math.floor(mouseState.y)
|
||||
);
|
||||
|
||||
// Build mask
|
||||
|
Reference in New Issue
Block a user