Hello everyone!
I have an issue while setting position of the Window. When i set it on (0,0) it actually isn't in the left corner of the screen.
.
I have to set it's position manually to (-8,0) to be in the left corner. It doesn't matter whether Window is created by the sf::VideoMode::getDesktopMode() or by manually setting its size and position.
What should i do to have it in the left corner (instead of setting position on (-8,0))?
Thanks in advance for all replies.
seba174
EDIT
It seems like it's not only about a Window position. When i create any object like RectangleShape (e.g 8x8 px) and set it's position on (0,0) it's invisible. On the other on the top of the Window i have same offset of 22 px. Did anyone had the same problem?
With sf::Style::None or Fullscreen everything works fine.