Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: [SOLVED] How to change Videomode after Creating App  (Read 3159 times)

0 Members and 1 Guest are viewing this topic.

WorldRacer

  • Newbie
  • *
  • Posts: 16
    • View Profile
[SOLVED] How to change Videomode after Creating App
« on: May 22, 2009, 12:54:50 pm »
Hi,

can I change the Videomode after creating the Window?

//EDIT Solution:
App.Create(sf::VideoMode(iWidth, iHeight, iDepth), sTitle);

 

anything