Re: Mac cursors broken
On 2006-Feb-28, at 15:29, Kamilche wrote:
> Bob Ippolito wrote:
>> On Feb 28, 2006, at 2:50 PM, Kamilche wrote:
>>> I tried my app on the Mac today, and everything works fine (go me!)
>>> except the cursors. Some of them are cut in half, some of them are
>>> wrapping around funny. I'm compiling custom cursors in a variety of
>>> sizes, but all multiples of 8x8. Is there a limitation on the Mac
>>> platform regarding cursors, that I'm unaware of?
>> It would be useful to come up with a reproducible example of this so
>> that if it is indeed broken, someone can figure out why and fix it.
>> -bob
>
> Here ya go. Run this under Mac and Windows.
>
> --Kamilche
>
> import pygame
>
>
> arrow = ( "xX ",
> "X.X ",
> "X..X ",
> "X...X ",
> "X....X ",
> "X.....X ",
> "X......X ",
> "X.......X ",
> "X........X ",
> "X.........X ",
> "X......XXXXX ",
(Continue reading)