Skip to main content
Known Participant
February 27, 2014
Question

How to convert .cur cusor to mac cursor

  • February 27, 2014
  • 1 reply
  • 1147 views

In Xcode, we have to define cursor as:

resource 'CURS' (16001) {

    $"00 00 00 00"

    $"18 00 3C 00"

    $"1E 00 0F 00"

    $"07 80 03 C8"

    $"01 E8 00 FC"

    $"00 7C 00 7C"

    $"01 FE 00 3E"

    $"00 06 00 00",

    $"00 00 00 00"

    $"18 00 3C 00"

    $"1E 00 0F 00"

    $"07 80 03 C8"

    $"01 E8 00 FC"

    $"00 7C 00 7C"

    $"01 FE 00 3E"

    $"00 06 00 00",

    {14, 14}

};

In Windows we use .cur file, simpler.

I want to convert .cur file to the mac format above, how?

Thanks

This topic has been closed for replies.

1 reply

Inspiring
February 28, 2014

There were tools many years ago that handled this. Resorcerer, I believe, was one of the tools that was useful for this. But, really, this way is a pain. It is much better to switch to png files and use platform code.