problems getting the hardware cursor to display my image properly

Started by sindri, June 26, 2008, 15:39:25

Previous topic - Next topic

sindri

It took several hours for me to get the hardware cursor to display my transparent png images properly.

I finally released that the image must be square. For example 32 pixel by 32 pixels. Images that
are not square to not render correctly.

It may make sense to include this requirement in the javadoc of the Cursor class.

Matzon