Skip to content

Make Hand cursor show a pointing hand on macOS - #308

Open
exa04 wants to merge 1 commit into
RustAudio:masterfrom
exa04:master
Open

Make Hand cursor show a pointing hand on macOS#308
exa04 wants to merge 1 commit into
RustAudio:masterfrom
exa04:master

Conversation

@exa04

@exa04 exa04 commented Jul 30, 2026

Copy link
Copy Markdown

This PR fixes MouseCursor::Hand incorrectly showing an open hand on macOS by making that cursor a NSCursor::pointerHand instead of a NSCursor::openHand.

This makes the macOS implementation of that cursor consistent with Windows and Linux which both show a pointing hand (respectively IDC_HAND and hand2)

Relevant docs:
https://developer.apple.com/documentation/appkit/nscursor

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.

2 participants