Currently when you resize a canvas, it will scale the contents. This is good, but I need a way to change the way it scales. What I mean is, currently it will scale and apply a really nasty blurr. I know it is possible to do a simple resize as shown below.
I have a dual monitor setup. When the canvas is on the primary monitor, it does the nasty blurr effect

When I move the window over to my secondary monitor, it disables the blurr.

So it is possible, but does anyone know how to switch it to the simple pixel resize, perminantly ?
I know you can't in blitz, but surely there most be a way to do it with a userlib / dll. I have looked hard on the msdn site, but could not find anything.
I have a dual monitor setup. When the canvas is on the primary monitor, it does the nasty blurr effect

When I move the window over to my secondary monitor, it disables the blurr.

So it is possible, but does anyone know how to switch it to the simple pixel resize, perminantly ?
I know you can't in blitz, but surely there most be a way to do it with a userlib / dll. I have looked hard on the msdn site, but could not find anything.