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

Author Topic: Window style  (Read 1519 times)

0 Members and 1 Guest are viewing this topic.

another27

  • Newbie
  • *
  • Posts: 3
    • View Profile
    • Email
Window style
« on: February 17, 2020, 07:33:05 pm »
How can I change style of the Window, after creation?

I have a sf::RenderWindow mainWindow; variable in my game class, and I want change style after creation.

thx in advance 4 ur attention

G.

  • Hero Member
  • *****
  • Posts: 1592
    • View Profile
Re: Window style
« Reply #1 on: February 17, 2020, 08:40:32 pm »
You have to call the create function again with the desired style.

 

anything