m-expunged / guacamole-sharp

C# replacement of the Apache Guacamole server-side Java servlet.
Apache License 2.0
26 stars 3 forks source link

Unable to interact with RDP session. Mouse/Keyboad not working. #13

Open sgentry opened 2 years ago

sgentry commented 2 years ago

First off, thanks for building this as it appears to be exactly what I was looking for!

This is more of a question. I'm able to successfully establish an RDP session and see the remote desktop but am unable to interact with session. Seeing the same issue with an SSH session. I've tried modifying the z-index of canvas with no luck. My client app is build with React and I've followed the React component example from guacamole-lite repo. Have you seen this issue or have any suggestions?

sgentry commented 2 years ago

I might have answered my own question. Looks like the client application is responsible for passing keyboard/mouse events along :)

m-expunged commented 2 years ago

Hey, good to hear people are successfully using it!

Sounds to me like you solved the problem, so I'll close the issue tomorrow.