Skip to content

how to change cursor in macos #19

@CBlueUIStudio

Description

@CBlueUIStudio

This open source library is awesome. I would like to know how the change mouse cursor is. I have tried many methods, but still no effect. Can you help me
eg.
// no effect

  • (void)resetCursorRects
    {
    if (self.cursor) {
    [self addCursorRect:[self bounds] cursor: self.cursor];
    } else {
    [super resetCursorRects];
    }
    }
    // no effect
    -cursorUpdate
    {
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions