In my program I am drawing to the backbuffer, which has a clipper tied to the form being drawn on. When I try to blit over the edge of the form, however, the program raises an exception: Error 5: Error in the application.
Am I confused or should the clipping rectangle (set to contain the form by clipper.window = targetform) prevent errors caused by blitting outside the edges of the surface?
I'm wondering if this would work on the .draw method and not the .drawfast method
Am I confused or should the clipping rectangle (set to contain the form by clipper.window = targetform) prevent errors caused by blitting outside the edges of the surface?
I'm wondering if this would work on the .draw method and not the .drawfast method
Last edited: