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

Author Topic: Minimise window and/or change view modes  (Read 2177 times)

0 Members and 1 Guest are viewing this topic.

paupav

  • Full Member
  • ***
  • Posts: 156
    • View Profile
    • Email
Minimise window and/or change view modes
« on: August 18, 2014, 05:50:12 pm »
I know none of those 2 are supported by default in SFML, but how can I achieve that effect?
Does anyone know?
If I didn't knew it was bad idea I would use goto and close that window and then again open it in the fullscreen.
« Last Edit: August 18, 2014, 05:59:48 pm by paupav »

Hiura

  • SFML Team
  • Hero Member
  • *****
  • Posts: 4321
    • View Profile
    • Email
Re: Minimise window and/or change view modes
« Reply #1 on: August 18, 2014, 06:04:20 pm »
sf::Window::setVisible (not really minimising but....) & sf::Window::create ?
SFML / OS X developer

paupav

  • Full Member
  • ***
  • Posts: 156
    • View Profile
    • Email
Re: Minimise window and/or change view modes
« Reply #2 on: August 18, 2014, 06:28:02 pm »
Just found about window.create :D