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

Author Topic: Fullscreen  (Read 1419 times)

0 Members and 1 Guest are viewing this topic.

Heryon

  • Newbie
  • *
  • Posts: 9
    • View Profile
Fullscreen
« on: January 21, 2017, 03:34:23 pm »
Hello,
I know how to open a Window in Fullscreen with sf::Style::Fullscreen, but I now want to detect when the user clicks on the "fullscreen" button of a window and how to open a window in this state.

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10801
    • View Profile
    • development blog
    • Email
Re: Fullscreen
« Reply #1 on: January 21, 2017, 03:52:05 pm »
It's currently not possible to switch programmatically into a maximized state or out of it.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Heryon

  • Newbie
  • *
  • Posts: 9
    • View Profile
Re: Fullscreen
« Reply #2 on: January 21, 2017, 03:55:17 pm »
Ok, no problem, thank you  :D

 

anything