how could I set the background to device weight and height ?
right now I write : size(800, 800);
I want to set it like opengl viewport which is set to device height and weight like this : gl.glViewport(0, 0, width, height);
1