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

I want to change the mouse cursor. #40

Open
pavane90 opened this issue Dec 7, 2021 · 0 comments
Open

I want to change the mouse cursor. #40

pavane90 opened this issue Dec 7, 2021 · 0 comments

Comments

@pavane90
Copy link

pavane90 commented Dec 7, 2021

Hello
I'm using this plug-in in the Flutter web project and it works properly.

In general, mouse over a clickable element in a web browser, the shape of the mouse cursor changes to pointer.

https://developer.mozilla.org/en-US/docs/Web/CSS/cursor

When using this plug-in in a web environment, is there a way to change the shape of the cursor to pointer?

Normally, I solved it with MouseResion()
ex: MouseRegion(cursor: SystemMouseCursors.click, child: ...)

However, as a result of applying MouseResion to this plug-in, the cursor of the entire container displaying the CanvasTouchDetector is changed.

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

1 participant