Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: https://forum.uvnc.com/viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
Server mouse movement updating the viewer's mouse
Server mouse movement updating the viewer's mouse
When you move the mouse on the viewer computer you can see the mouse movement reflected on the server computer. However, the opposite is not true. When you move the mouse on the server you don't see it move on the viewer. You can see the results of mouse clicks (highlighted menus, selected fields, etc.) but you can't have the server user move the mouse and you tell what they are pointing at.
This would be helpful if you were on the phone with the user and they were asking about various buttons/icons/fields on their screen. They would just point and ask.
Larry Huisingh
This would be helpful if you were on the phone with the user and they were asking about various buttons/icons/fields on their screen. They would just point and ask.
Larry Huisingh
- Rudi De Vos
- Admin & Developer
- Posts: 6863
- Joined: 2004-04-23 10:21
- Contact:
This is indeed how it works when you select
+Local mouse cursor handling: The server is NOT notified about each move you made.Speed issue for low bandwidth
+Let server deal with mouse: Mouse data is send in 2 ways, server and viewer both see the mouse moving, but depending on the bandwidth, it is slower.
+Local mouse cursor handling: The server is NOT notified about each move you made.Speed issue for low bandwidth
+Let server deal with mouse: Mouse data is send in 2 ways, server and viewer both see the mouse moving, but depending on the bandwidth, it is slower.
- Rudi De Vos
- Admin & Developer
- Posts: 6863
- Joined: 2004-04-23 10:21
- Contact:
I didn't find this option on the applet viewer
I just couldn't make the mouse movements on the server make the mouse move on the client.
I took a look at the java code from TightVNC and compared it to UltraVNC.
TightVNC has a pseude-encoding that send the cursor position from the server to the client which solves my problem:
EncodingPointerPos = 0xFFFFFF18
This message just says that the cursor is positioned at the (x, y) position.
When the client receives this message it moves the local mouse to the correct position.
Is there anything similar in UltraVNC?
If not, is there any plans on including this feature?
I took a look at the java code from TightVNC and compared it to UltraVNC.
TightVNC has a pseude-encoding that send the cursor position from the server to the client which solves my problem:
EncodingPointerPos = 0xFFFFFF18
This message just says that the cursor is positioned at the (x, y) position.
When the client receives this message it moves the local mouse to the correct position.
Is there anything similar in UltraVNC?
If not, is there any plans on including this feature?
- Rudi De Vos
- Admin & Developer
- Posts: 6863
- Joined: 2004-04-23 10:21
- Contact:
How about mouse click?
I think vnc has a great potencial not only as a remote workstation but also as a way to share the computer where there's a user using it both on the server and on the client.
This can be used in (remote) classrooms where the teacher can show the students how to do something or just make a presentation by sharing his destktop.
This can also be used for user support where the user can show something to the attendent and vice-versa.
My suggestion is to create a pseudo-encoding for mouse clicks.
The vncviewer could then make the clicks somehow visible to the others through a sound or an animation. Wouldn't that be great?
This can be used in (remote) classrooms where the teacher can show the students how to do something or just make a presentation by sharing his destktop.
This can also be used for user support where the user can show something to the attendent and vice-versa.
My suggestion is to create a pseudo-encoding for mouse clicks.
The vncviewer could then make the clicks somehow visible to the others through a sound or an animation. Wouldn't that be great?