back to index

Viewport

Inheritance

Object -> Viewport

Properties



Methods

      beginPaint          ()
      close               ()
      endPaint            ()
int   getDepth            ()
int   getFrequency        ()
int   getHeight           ()
float getPickedz          ()
int   getPickedid         ()
int   getWidth            ()
      needRedraw          ()
int   openScreen          (int _w, int _h, int _bitsperpixel)
int   openWindow          (int _w, int _h)
int   resizeWindow        (int _w, int _h)
      setCaption          (String _title)
      setPickingPos       (int _x, int _y)
      setScreenResolution (int _w, int _h, int _bipp)             - call prior to toggleFullScreen() 
      setFlags            (int _flags)                            - SDL_NOFRAME | SDL_RESIZE 
      toggleFullScreen    ()
      waitVBlank          ()

back to index