while the
camera class does have "width" and "height" fields you can change, this doesn't actually zoom the screen in, just cuts the screen visibility off.
what you can do is create a
capture buffer to copy everything on screen into a renderable texture, then just redraw it scaled over everything else (i don't exactly remember so someone is free to correct me, but i believe that scaling a texture is possible using glDraw?).