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

Fix mouse cursor when switching the move mode #639

Merged
merged 2 commits into from
Jun 17, 2024
Merged

Fix mouse cursor when switching the move mode #639

merged 2 commits into from
Jun 17, 2024

Conversation

vincentfretin
Copy link
Collaborator

This fixes #634

@rahulkgupta
Copy link
Collaborator

i dont think the mouse cursor is resetting back to the pointer when the select button is clicked

@vincentfretin
Copy link
Collaborator Author

It's coming back to the pointer only if you hover on a clickable entity, if you hover on a non clickable entity it's the hand move cursor.
But there is indeed an issue that if you hover on the previous hovered entity it doesn't change to the pointer cursor.
I disable now the raycaster, this properly fixes the mouse cursor.

@kfarr kfarr merged commit 985bc4b into main Jun 17, 2024
1 check passed
@kfarr kfarr deleted the fix-cursor-move branch June 17, 2024 16:30
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

Successfully merging this pull request may close these issues.

Update move action to use 5 finger hand
3 participants