Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linux cursor does not match the default image #23

Open
ajmeese7 opened this issue Jul 10, 2022 · 2 comments
Open

Linux cursor does not match the default image #23

ajmeese7 opened this issue Jul 10, 2022 · 2 comments

Comments

@ajmeese7
Copy link
Contributor

I'm not sure if this is something that is possible to fix, but on different desktop environments the cursor looks different, and thus the static data string in the ghost and trailing cursors does not match.

different default cursor example

I haven't heard of any API or similar that can detect what the user's cursor looks like and duplicate into a datastring that you can use, but I wanted to open this in case anybody out there has and could recommend it.

@olivertzeng
Copy link

Macos too

@mengkunsoft
Copy link

A similar effect can be achieved by forcing the mouse shape in the page through css property cursor

body {
    cursor: url(...);
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants