Hi !
I want to do a transparent window, in first I tried do window without border and titlebar well: sf::RenderWindow window(sf::VideoMode( 320, 240 ), " ", 0") after this I did okno.clear(sf::Color::Color(0,0,0,0)) but it didn't work out, simply black screen, do you have any ideas ? Bartek