On Tue, Jun 6, 2023 at 4:18 AM Natale, Manuel Giovanni <[email protected]> wrote: > > Hi, > > > > I’m having problems with my project, I’m using Angular12 and Java18 with > Guacamole packages. I get double cursor in the remote window I get with RDP. > Can you give me some help please? > >
You'll need to provide more detail than this - the full Guacamole Client does not have this issue, so it definitely can be handled correctly, but, without seeing your code and knowing how you're leveraging things, it's hard to say exactly what the issue is. If you look at the Guacamole client code, specifically the guacClient directive and the display CSS file, you'll see a bunch of code that deals with handling how and when the cursor is displayed: https://github.com/apache/guacamole-client/blob/master/guacamole/src/main/frontend/src/app/client/directives/guacClient.js https://github.com/apache/guacamole-client/blob/master/guacamole/src/main/frontend/src/app/client/styles/display.css -Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
