etiennebalit / pyprocessing

Automatically exported from code.google.com/p/pyprocessing
2 stars 1 forks source link

calling cursor() with a PImage does not work as expected #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. call cursor(PImage("someimage.png"),x,y)
2. move mouse 

The image does not behave as a true cursor, but is merely blitted at the
cursor position, and never erased.

This is probably a pyglet issue.

Original issue reported on code.google.com by claudio....@gmail.com on 12 Sep 2009 at 6:30

GoogleCodeExporter commented 9 years ago
This problem doesn't occur when the policy is BACKUP_FLIP_POLICY, which is the 
new default.

Original comment by uo.strat...@gmail.com on 26 May 2011 at 6:45