Sorry for double post but I want to refresh topic, because I have question about cursor. Everything works fine but cursor looks like:
I want to hide that white background of cursor's image.
I thought that using fucntion sfImage_GetPixel to get background color and then use: sfImage_SetPixel to set color of necessary pixels to background color.
Is it a good idea?
Is there any simpler way to do this?