TurboVNC / turbovnc

Main TurboVNC repository
https://TurboVNC.org
GNU General Public License v2.0
763 stars 138 forks source link

Server: show cursor to clients that don't control it #263

Closed VelorumS closed 3 years ago

VelorumS commented 3 years ago

When multiple clients are connected and one of them is moving the cursor, other clients should see an image of the cursor moving. So it must be sent to them via framebuffer updates. The client that moves the cursor must not get it via framebuffer updates (if it supports the local cursor of course).

Intended for collaborative sessions.

It seems that RealVNC has this feature.

Related to: https://github.com/novnc/noVNC/issues/974

dcommander commented 3 years ago

This is a new feature, so it needs to be based on the dev branch, not the master branch. Also, you need to add an appropriate copyright attribution to the headers of any modified files.

VelorumS commented 3 years ago

Rebased on dev, added copyrights.

dcommander commented 3 years ago

Thanks. I'll get this integrated ASAP.