Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 27, 2011, 5:08:13 PM (13 years ago)
Author:
landauf
Message:

added console command to change screen resolution and fullscreen mode at runtime
added console commands to change FSAA and VSync (require restart)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/usability/src/libraries/core/GraphicsManager.h

    r7401 r7989  
    9696        // console commands
    9797        void printScreen();
     98        std::string setScreenResolution(unsigned int width, unsigned int height, bool fullscreen);
     99        std::string setFSAA(const std::string& mode);
     100        std::string setVSync(bool vsync);
    98101
    99102        scoped_ptr<OgreWindowEventListener> ogreWindowEventListener_; //!< Pimpl to hide OgreWindowUtilities.h
Note: See TracChangeset for help on using the changeset viewer.